[waffle] [PATCH 5/7] pkg/archlinux: demote libgbm to (make|opt)depend

Emil Velikov emil.l.velikov at gmail.com
Mon Nov 10 07:56:37 PST 2014


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

Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 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



More information about the waffle mailing list