remove x11 package for TV profile
authorHyunjin Park <hj.na.park@samsung.com>
Tue, 8 Mar 2016 04:32:01 +0000 (13:32 +0900)
committerHyunjin Park <hj.na.park@samsung.com>
Tue, 8 Mar 2016 04:32:01 +0000 (13:32 +0900)
Change-Id: Ib82acf508560d2f86cd560dec88e6eaa8784762a

packaging/webapi-plugins.spec

index 3694f380afd762d1acfdf4a0fc813cd652a728ca..3d48a61256fd5c402be95c032ad2de0d9700b7d5 100644 (file)
@@ -1,6 +1,6 @@
 %bcond_with wayland
 
-%{!?profile:%define profile mobile}
+%{!?profile:%define profile tv}
 
 %define _manifestdir %{TZ_SYS_RW_PACKAGES}
 %define _desktop_icondir %{TZ_SYS_SHARE}/icons/default/small
@@ -300,8 +300,8 @@ BuildRequires: pkgconfig(libtzplatform-config)
 BuildRequires: pkgconfig(wayland-client)
 %else
 %define display_type x11
-BuildRequires: pkgconfig(x11)
-BuildRequires: pkgconfig(xrandr)
+#BuildRequires: pkgconfig(x11)
+#BuildRequires: pkgconfig(xrandr)
 %endif
 
 %if "%{?tizen_privilege_engine}" == "ACE"