diff options
author | JengHyun Kang <jhyuni.kang@samsung.com> | 2016-05-10 10:50:07 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2023-12-22 08:40:34 +0900 |
commit | 14d073e6e3861a3e41f17460b0a6ae460683763c (patch) | |
tree | 56c36a81b00f2150895ea81f127c368fc4feb7af | |
parent | 73a8dae82f2fbb46396499e80f4f9212c775d18a (diff) | |
download | libxkbcommon-14d073e6e3861a3e41f17460b0a6ae460683763c.tar.gz libxkbcommon-14d073e6e3861a3e41f17460b0a6ae460683763c.tar.bz2 libxkbcommon-14d073e6e3861a3e41f17460b0a6ae460683763c.zip |
Generate new keysyms although profile is common
Change-Id: I3311c7455a0bcb5ab0fc2c42a9276c34bf64a2da
-rw-r--r-- | packaging/libxkbcommon.spec | 3 |
1 files changed, 0 insertions, 3 deletions
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}" |