projects
/
platform
/
core
/
uifw
/
libtbm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3bbb67
)
modify the path of bufmgr module
12/34412/1
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
accepted/tizen/common/20150127.101011
accepted/tizen/ivi/20150130.061405
accepted/tizen/mobile/20150127.111021
accepted/tizen/tv/20150129.004846
accepted/tizen/wearable/20150127.110241
accepted/tizen/wearable/20150227.064235
submit/tizen/20150127.025455
submit/tizen_wearable/20150227.000000
author
SooChan Lim
<sc1.lim@samsung.com>
Tue, 27 Jan 2015 02:39:14 +0000
(11:39 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Tue, 27 Jan 2015 02:39:14 +0000
(11:39 +0900)
Change-Id: I8e78e2b7af0bb3d60061c61d37d45f6e34640631
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 1f0e1a3b2e8d6530caac25ab803f9f467b810395..19d931230fb855a9f9fdbbcc443ebfafeb094856 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-45,7
+45,7
@@
m4_ifndef([PKG_PROG_PKG_CONFIG],
PKG_PROG_PKG_CONFIG()
# set the dir for the tbm module
-DEFAULT_BUFMGR_MODULE_PATH="
/usr/lib
/bufmgr"
+DEFAULT_BUFMGR_MODULE_PATH="
${libdir}
/bufmgr"
AC_ARG_WITH(bufmgr-module-path, AS_HELP_STRING([--with-bufmgr-module-path=PATH], [tbm bufmgr module dir]),
[ BUFMGR_MODULE_PATH="$withval" ],
[ BUFMGR_MODULE_PATH="${DEFAULT_BUFMGR_MODULE_PATH}" ])