Waffle no longer links or has hard requirement of the library.

Signed-off-by: Emil Velikov <[email protected]>
---
 pkg/archlinux/waffle-git/PKGBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pkg/archlinux/waffle-git/PKGBUILD 
b/pkg/archlinux/waffle-git/PKGBUILD
index 7dea3a1..932595c 100644
--- a/pkg/archlinux/waffle-git/PKGBUILD
+++ b/pkg/archlinux/waffle-git/PKGBUILD
@@ -12,7 +12,6 @@ provides=(waffle)
 conflicts=(waffle)
 depends=(
   'libgl' # for glx
-  'libgbm'
   'libx11'
   'libxcb'
   'wayland'
@@ -22,6 +21,7 @@ makedepends=(
   'xcb-proto'
 
   'libegl'
+  'libgbm'
 
   # for building the docs.
   'libxslt'
@@ -52,6 +52,7 @@ build() {
 
 package() {
   optdepends=('libegl: for x11_egl, gbm or wayland support')
+  optdepends=('libgbm: for gbm support')
 
   cd "$srcdir/${_unpackdir}"
   make DESTDIR="$pkgdir/" install
-- 
2.1.3

_______________________________________________
waffle mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/waffle

Reply via email to