summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJengHyun Kang <jhyuni.kang@samsung.com>2016-05-10 10:50:07 +0900
committerjeon <jhyuni.kang@samsung.com>2020-02-20 13:51:23 +0900
commit33f464ecc320cbf0d95cbe78c30b906a6f402494 (patch)
tree4a1eab12c3a289dffca4987d0af01003b9dc899e
parentc3d8a77b7835f0cb146a22a973ec0d9f69dc180a (diff)
downloadlibxkbcommon-33f464ecc320cbf0d95cbe78c30b906a6f402494.tar.gz
libxkbcommon-33f464ecc320cbf0d95cbe78c30b906a6f402494.tar.bz2
libxkbcommon-33f464ecc320cbf0d95cbe78c30b906a6f402494.zip
Generate new keysyms although profile is common
Change-Id: I3311c7455a0bcb5ab0fc2c42a9276c34bf64a2da
-rw-r--r--packaging/libxkbcommon.spec3
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}"