summaryrefslogtreecommitdiff
path: root/packaging/libtbm-exynos4412.spec
diff options
context:
space:
mode:
authorjk7744.park <jk7744.park@samsung.com>2015-10-24 15:18:51 +0900
committerjk7744.park <jk7744.park@samsung.com>2015-10-24 15:18:51 +0900
commitff2f9ce56717ecdff883c9666171aeb3f004f2c8 (patch)
treeb0d9ee4e2a9693f80cd0e757a2e049d7f3bdbe51 /packaging/libtbm-exynos4412.spec
parentc299d98bfc1832f99ec09011db22c84e1db7b457 (diff)
downloadlibtbm-exynos4412-ff2f9ce56717ecdff883c9666171aeb3f004f2c8.tar.gz
libtbm-exynos4412-ff2f9ce56717ecdff883c9666171aeb3f004f2c8.tar.bz2
libtbm-exynos4412-ff2f9ce56717ecdff883c9666171aeb3f004f2c8.zip
Diffstat (limited to 'packaging/libtbm-exynos4412.spec')
-rw-r--r--packaging/libtbm-exynos4412.spec8
1 files changed, 2 insertions, 6 deletions
diff --git a/packaging/libtbm-exynos4412.spec b/packaging/libtbm-exynos4412.spec
index fe91e61..94fb533 100644
--- a/packaging/libtbm-exynos4412.spec
+++ b/packaging/libtbm-exynos4412.spec
@@ -1,5 +1,5 @@
Name: libtbm-exynos4412
-Version: 1.0.7
+Version: 1.0.9
Release: 1
License: MIT
Summary: Tizen Buffer Manager - exynos4412 backend
@@ -13,10 +13,6 @@ BuildRequires: pkgconfig(libdrm_exynos)
BuildRequires: pkgconfig(libtbm)
BuildRequires: pkgconfig(dlog)
-%if ("%{tizen_profile_name}" == "wearable" && "%{_repository}" == "target-b3")
-Excludearch: %arm
-%endif
-
%description
descriptionion: Tizen Buffer manager backend module for exynos4412
@@ -25,7 +21,7 @@ descriptionion: Tizen Buffer manager backend module for exynos4412
%build
-%reconfigure --prefix=%{_prefix} --libdir=%{_libdir}/bufmgr --disable-cachectrl \
+%reconfigure --prefix=%{_prefix} --libdir=%{_libdir}/bufmgr --enable-cachectrl \
CFLAGS="${CFLAGS} -Wall -Werror" LDFLAGS="${LDFLAGS} -Wl,--hash-style=both -Wl,--as-needed"
make %{?_smp_mflags}