From ec396130e5241f497b74f76de9c5779b769fc39a Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Wed, 17 Sep 2014 11:27:31 +0200 Subject: [PATCH] packaging: always require "egl", even on X11 Building the examples always links with "-lEGL", so we should always require "egl", even on X11. Change-Id: I0a018debbff786d92efd1be5bb8b2159c2f56803 Signed-off-by: Manuel Bachmann --- packaging/com.samsung.dali-demo.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/packaging/com.samsung.dali-demo.spec b/packaging/com.samsung.dali-demo.spec index 6acffc4..ddd1ea9 100755 --- a/packaging/com.samsung.dali-demo.spec +++ b/packaging/com.samsung.dali-demo.spec @@ -21,9 +21,7 @@ BuildRequires: pkgconfig(capi-media-player) BuildRequires: dali-toolkit-devel BuildRequires: dali-adaptor-devel BuildRequires: pkgconfig(dlog) -%if %{with wayland} BuildRequires: pkgconfig(egl) -%endif %description The OpenGLES Canvas Core Demo is a collection of examples and demonstrations -- 2.7.4