pacho       15/06/24 19:48:30

  Added:                libva-intel-driver-1.5.1-wayland-automagic.patch
  Log:
  Fix automagic wayland depend (#529388)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.1                  
x11-libs/libva-intel-driver/files/libva-intel-driver-1.5.1-wayland-automagic.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/files/libva-intel-driver-1.5.1-wayland-automagic.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/files/libva-intel-driver-1.5.1-wayland-automagic.patch?rev=1.1&content-type=text/plain

Index: libva-intel-driver-1.5.1-wayland-automagic.patch
===================================================================
--- configure.ac~       2015-03-20 04:48:37.000000000 +0100
+++ configure.ac        2015-06-24 21:45:47.954846367 +0200
@@ -164,12 +164,13 @@
     PKG_CHECK_MODULES([LIBVA_WAYLAND_DEPS], [libva-wayland],
         [AC_DEFINE([HAVE_VA_WAYLAND], [1], [Defined to 1 if VA/Wayland API is 
enabled])],
         [USE_WAYLAND="no"])
+    m4_ifdef([WAYLAND_SCANNER_RULES],
+        [WAYLAND_SCANNER_RULES(['$(top_builddir)/src/wayland'])],
+        [wayland_scanner_rules=""; AC_SUBST(wayland_scanner_rules)])
+        
 fi
-AM_CONDITIONAL(USE_WAYLAND, test "$USE_WAYLAND" = "yes")
 
-m4_ifdef([WAYLAND_SCANNER_RULES],
-    [WAYLAND_SCANNER_RULES(['$(top_builddir)/src/wayland'])],
-    [wayland_scanner_rules=""; AC_SUBST(wayland_scanner_rules)])
+AM_CONDITIONAL(USE_WAYLAND, test "$USE_WAYLAND" = "yes")
 
 AC_OUTPUT([
     Makefile




Reply via email to