Commit ec396130e5241f497b74f76de9c5779b769fc39a
1 parent
8637027e
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 <manuel.bachmann@open.eurogiciel.org>
Showing
1 changed file
with
0 additions
and
2 deletions
packaging/com.samsung.dali-demo.spec
| @@ -21,9 +21,7 @@ BuildRequires: pkgconfig(capi-media-player) | @@ -21,9 +21,7 @@ BuildRequires: pkgconfig(capi-media-player) | ||
| 21 | BuildRequires: dali-toolkit-devel | 21 | BuildRequires: dali-toolkit-devel |
| 22 | BuildRequires: dali-adaptor-devel | 22 | BuildRequires: dali-adaptor-devel |
| 23 | BuildRequires: pkgconfig(dlog) | 23 | BuildRequires: pkgconfig(dlog) |
| 24 | -%if %{with wayland} | ||
| 25 | BuildRequires: pkgconfig(egl) | 24 | BuildRequires: pkgconfig(egl) |
| 26 | -%endif | ||
| 27 | 25 | ||
| 28 | %description | 26 | %description |
| 29 | The OpenGLES Canvas Core Demo is a collection of examples and demonstrations | 27 | The OpenGLES Canvas Core Demo is a collection of examples and demonstrations |