From 5c24cca1fb3c638d13b58b7e1bf372d0d0f3f907 Mon Sep 17 00:00:00 2001 From: lancer <591320480@qq.com> Date: Wed, 16 Feb 2022 17:53:08 +0800 Subject: [PATCH] Description: add compile option for graphic_gif IssueNo: https://gitee.com/openharmony/graphic_ui/issues/I4TZGV Feature or Bugfix: Bugfix Binary Source:No Signed-off-by: lancer --- config/subsystem/graphic/config.gni | 1 + 1 file changed, 1 insertion(+) diff --git a/config/subsystem/graphic/config.gni b/config/subsystem/graphic/config.gni index 32d5170..010592c 100755 --- a/config/subsystem/graphic/config.gni +++ b/config/subsystem/graphic/config.gni @@ -17,4 +17,5 @@ declare_args() { enable_graphic_font = false enable_graphic_dualcore = false enable_video_component = false + enable_graphic_gif = true } -- GitLab