[arch-commits] Commit in sdl2/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Mon Mar 10 19:04:26 UTC 2014


    Date: Monday, March 10, 2014 @ 20:04:26
  Author: svenstaro
Revision: 207478

upgpkg: sdl2 2.0.2-2

Enable wayland (Fixes FS#39247)

Modified:
  sdl2/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-10 18:59:37 UTC (rev 207477)
+++ PKGBUILD	2014-03-10 19:04:26 UTC (rev 207478)
@@ -1,13 +1,13 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 pkgname=sdl2
 pkgver=2.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2)"
 arch=('i686' 'x86_64')
 url="http://www.libsdl.org"
 license=('MIT')
 depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 'libxkbcommon')
 optdepends=('alsa-lib: ALSA audio driver'
             'libpulse: PulseAudio audio driver')
 source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz")
@@ -23,6 +23,7 @@
     --enable-sdl-dlopen \
     --disable-arts --disable-esd --disable-nas \
     --enable-alsa --enable-pulseaudio-shared \
+    --enable-video-wayland \
     --disable-rpath
   make
 }




More information about the arch-commits mailing list