Change spec and configure.ac for adding libtbm and libdrm 13/41313/1 accepted/tizen_3.0.2015.q2_common tizen_3.0.2015.q2_common accepted/tizen/3.0.2015.q2/common/20150615.160120 accepted/tizen/common/20150612.144255 accepted/tizen/mobile/20150613.021721 accepted/tizen/tv/20150613.042647 accepted/tizen/wearable/20150613.021743 submit/tizen/20150612.110900 submit/tizen_3.0.2015.q2_common/20150615.075539
authorHyunil Park <hyunil46.park@samsung.com>
Fri, 12 Jun 2015 10:35:47 +0000 (19:35 +0900)
committerHyunil Park <hyunil46.park@samsung.com>
Fri, 12 Jun 2015 10:35:47 +0000 (19:35 +0900)
Change-Id: I98b85501b51091447d4e5bd515deda75336e6b28
Signed-off-by: Hyunil Park <hyunil46.park@samsung.com>
configure.ac
packaging/gst-plugins-bad.spec

index c275479..dc5c74a 100644 (file)
@@ -2000,7 +2000,7 @@ AG_GST_CHECK_FEATURE(WAYLAND, [wayland sink], wayland , [
 ])
 
 AC_PATH_PROG([wayland_scanner], [wayland-scanner])
-if test "x$HAVE_WAYLAND" = "xyes"; then
+
 PKG_CHECK_MODULES(DRM, libdrm)
 AC_SUBST(DRM_CFLAGS)
 AC_SUBST(DRM_LIBS)
@@ -2008,7 +2008,6 @@ AC_SUBST(DRM_LIBS)
 PKG_CHECK_MODULES(TBM, libtbm)
 AC_SUBST(TBM_CFLAGS)
 AC_SUBST(TBM_LIBS)
-fi
 
 dnl **** WebP ****
 translit(dnm, m, l) AM_CONDITIONAL(USE_WEBP, true)
index cc7481b..250578e 100644 (file)
@@ -31,10 +31,10 @@ BuildRequires:  pkgconfig(libexif) >= 0.6.16
 BuildRequires:  pkgconfig(libpng) >= 1.2
 BuildRequires:  pkgconfig(openssl) >= 0.9.5
 BuildRequires:  pkgconfig(sndfile) >= 1.0.16
-%if %{with wayland}
-BuildRequires:  pkgconfig(wayland-client) >= 1.0.0
 BuildRequires:  pkgconfig(libdrm)
 BuildRequires:  pkgconfig(libtbm)
+%if %{with wayland}
+BuildRequires:  pkgconfig(wayland-client) >= 1.0.0
 %endif
 %if %{with x}
 BuildRequires:  pkgconfig(x11)