summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2017-07-19 09:45:28 +0200
committerKalev Lember <klember@redhat.com>2017-07-19 09:45:28 +0200
commit99f603a60d37508ac89e722c934db6bd95c2f3dd (patch)
tree598b60965e960e0548ab3b936e9a21729a6184d7
parentUpdate to 3.22.17 (diff)
downloadgtk3-classic-build-gtk3-99f603a60d37508ac89e722c934db6bd95c2f3dd.tar.gz
gtk3-classic-build-gtk3-99f603a60d37508ac89e722c934db6bd95c2f3dd.tar.bz2
gtk3-classic-build-gtk3-99f603a60d37508ac89e722c934db6bd95c2f3dd.zip
Add missing build dep
-rw-r--r--gtk3.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk3.spec b/gtk3.spec
index 63c79b0..2022dd8 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -56,6 +56,7 @@ BuildRequires: pkgconfig(colord)
BuildRequires: pkgconfig(avahi-gobject)
BuildRequires: desktop-file-utils
%if 0%{?with_wayland}
+BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(wayland-client) >= %{wayland_version}
BuildRequires: pkgconfig(wayland-cursor) >= %{wayland_version}
BuildRequires: pkgconfig(wayland-egl) >= %{wayland_version}
bgstack15