[toa] specify a path where the tdm looks for backend module. 13/86013/1
authorSergey Sizonov <s.sizonov@samsung.com>
Tue, 30 Aug 2016 06:42:52 +0000 (09:42 +0300)
committerSergey Sizonov <s.sizonov@samsung.com>
Tue, 30 Aug 2016 06:42:52 +0000 (09:42 +0300)
Change-Id: Ifdd779b26bf536ac88d65ebf3b4a753e324dcb42
Signed-off-by: Sergey Sizonov <s.sizonov@samsung.com>
android/libtdm-1.3.0.spec

index ad6dada..aa80467 100644 (file)
@@ -15,11 +15,14 @@ Common user library of Tizen Display Manager : libtdm front-end library
 %setup -q -c %{name}-%{version}
 
 %build
+TDM_MODULE_DIR=/usr/local/lib/tdm
+
 PKG_CONFIG_PATH=/usr/local/lib/pkgconfig \
 ./autogen.sh --build=x86_64-unknown-linux-gnu \
             --host=arm-linux-androideabi \
             --disable-static \
             --enable-android-support \
+            --with-tdm-module-path=${TDM_MODULE_DIR} \
             CFLAGS="${CFLAGS} -Wall" \
             LDFLAGS="${LDFLAGS} -Wl,--hash-style=both -Wl,--as-needed"