Add header file for getenv and install a tizen_common's keycodes file 17/65017/1 accepted/tizen/common/20160407.132316 accepted/tizen/ivi/20160407.110437 accepted/tizen/mobile/20160407.110348 accepted/tizen/tv/20160407.110359 accepted/tizen/wearable/20160407.110416 submit/tizen/20160407.020151
authorJengHyun Kang <jhyuni.kang@samsung.com>
Thu, 7 Apr 2016 01:46:53 +0000 (10:46 +0900)
committerJengHyun Kang <jhyuni.kang@samsung.com>
Thu, 7 Apr 2016 01:46:53 +0000 (10:46 +0900)
cache/cache.c
keycodes/Makefile.am

index 42aea5a..03e7a2a 100644 (file)
@@ -1,5 +1,6 @@
 #include <xkbcommon/xkbcommon.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 
 #define DFLT_RULES "evdev"
index 460c9de..c784d63 100644 (file)
@@ -19,11 +19,8 @@ xfree86 \
 xfree98 \
 README
 
-if TIZEN_COMMON_PROFILE
-else
 if KEY_LAYOUT_EXIST
 keycodes_DATA += tizen_${tizen_profile}
 endif
-endif
 
 EXTRA_DIST = $(keycodes_DATA)