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
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 27 Jan 2015 02:39:14 +0000 (11:39 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Tue, 27 Jan 2015 02:39:14 +0000 (11:39 +0900)
Change-Id: I8e78e2b7af0bb3d60061c61d37d45f6e34640631

configure.ac

index 1f0e1a3..19d9312 100644 (file)
@@ -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}" ])