summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSung-Jin Park <sj76.park@samsung.com>2017-10-20 16:41:44 +0900
committerSung-Jin Park <sj76.park@samsung.com>2017-10-20 16:41:44 +0900
commit0829187dfbc0d99dc918dc6e64d2bf2dea2c3f94 (patch)
tree03224de09aa39d44da9b1c866a31c0d3fa7c45f9 /configure.ac
parent6cdaaccffbaed607ae6768b25847fd1a3347bffe (diff)
downloadlibxkbcommon-0829187dfbc0d99dc918dc6e64d2bf2dea2c3f94.tar.gz
libxkbcommon-0829187dfbc0d99dc918dc6e64d2bf2dea2c3f94.tar.bz2
libxkbcommon-0829187dfbc0d99dc918dc6e64d2bf2dea2c3f94.zip
Remove unnecessary options
Change-Id: I605e843c10f982d20c64d8d6a1049b2c86526143
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac
index 8ee3463..e3369b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -170,13 +170,6 @@ AS_IF([test "x$DEFAULT_XKB_OPTIONS" != x], [
[Default XKB options])
])
-AC_ARG_WITH(tizen_profile,
- [AS_HELP_STRING([--with-tizen-profile=PROFILE],
- [Tizen Profile (default: (common))])],
- tizen_profile="$withval",
- tizen_profile="common"
-)
-
AC_ARG_ENABLE([x11],
[AS_HELP_STRING([--disable-x11],
[Disable support for creating keymaps with the X11 protocol (default: enabled)])],
@@ -207,14 +200,6 @@ You can disable Wayland support with --disable-wayland.])])
], [enable_wayland=no])
AM_CONDITIONAL([ENABLE_WAYLAND], [test "x$enable_wayland" = xyes])
-AC_SUBST(tizen_profile)
-AM_CONDITIONAL(TIZEN_COMMON_PROFILE, test "${tizen_profile}" = "common")
-if test "${tizen_profile}" = "common"; then
- TIZEN_COMMON_CFLAGS="-D_F_TIZEN_COMMON_PROFILE_"
- AC_SUBST(TIZEN_COMMON_CFLAGS)
- CFLAGS+=" ${TIZEN_COMMON_CFLAGS} "
-fi
-
AC_CONFIG_FILES([
Makefile
xkbcommon.pc