[toa] Revert "[toa] specify a path where the tdm looks for backend module." 11/112011/1
authorSergey Sizonov <s.sizonov@samsung.com>
Thu, 8 Dec 2016 06:11:01 +0000 (09:11 +0300)
committerSergey Sizonov <s.sizonov@samsung.com>
Thu, 8 Dec 2016 10:59:48 +0000 (13:59 +0300)
This reverts commit 56c1be79b87193204cab203cf27299507ad30a88.

As we now build this package by gbs we reverted changes we've
made to support Android build.

Change-Id: I7f76453718219f6bdefb36ff5d528b500e8ef7e3

android/libtdm-1.3.0.spec

index aa80467..ad6dada 100644 (file)
@@ -15,14 +15,11 @@ 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"