From: JengHyun Kang Date: Tue, 10 May 2016 01:50:07 +0000 (+0900) Subject: Generate new keysyms although profile is common X-Git-Tag: submit/tizen/20220208.095446~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b81eff294094bbacb647426b939e465f02cf1fea;p=platform%2Fupstream%2Flibxkbcommon.git Generate new keysyms although profile is common Change-Id: I3311c7455a0bcb5ab0fc2c42a9276c34bf64a2da --- diff --git a/packaging/libxkbcommon.spec b/packaging/libxkbcommon.spec index c8878b8..94cc05c 100644 --- a/packaging/libxkbcommon.spec +++ b/packaging/libxkbcommon.spec @@ -42,15 +42,12 @@ in %{name}. cp %{SOURCE1001} . # Generate tizen keymap header except common profile -%if "%{?profile}" == "common" -%else export TIZEN_PROFILE="%{?profile}" export TZ_SYS_RO_SHARE="%{TZ_SYS_RO_SHARE}" chmod a+x ./make_tizen_keymap.sh ./make_tizen_keymap.sh chmod a+x ./gen_tables.sh ./gen_tables.sh -%endif %build %autogen --disable-static --disable-x11 --with-tizen-profile="%{?profile}"