pacho       15/06/21 12:22:34

  Added:                libva-1.5.1-wayland-automagic.patch
  Log:
  Fix automagic dependency on wayland (#529388 by Oleg, Cecil Curry Manuel 
RĂ¼ger and others)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

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

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

Index: libva-1.5.1-wayland-automagic.patch
===================================================================
--- a/configure.ac      2015-06-14 18:17:48.776175722 +0200
+++ b/configure.ac      2015-06-14 18:26:45.710159385 +0200
@@ -275,14 +275,13 @@
     if test "$USE_WAYLAND" = "yes"; then
         AC_DEFINE([HAVE_VA_WAYLAND], [1],
                   [Defined to 1 if VA/Wayland API is built])
+        m4_ifdef([WAYLAND_SCANNER_RULES],
+         [WAYLAND_SCANNER_RULES(['$(top_buildir)/va/wayland/protocol'])],
+         [wayland_scanner_rules=""; AC_SUBST(wayland_scanner_rules)])        
     fi
 fi
 AM_CONDITIONAL(USE_WAYLAND, test "$USE_WAYLAND" = "yes")
 
-m4_ifdef([WAYLAND_SCANNER_RULES],
-    [WAYLAND_SCANNER_RULES(['$(top_builddir)/va/wayland/protocol'])],
-    [wayland_scanner_rules=""; AC_SUBST(wayland_scanner_rules)])
-
 pkgconfigdir=${libdir}/pkgconfig
 AC_SUBST(pkgconfigdir)




Reply via email to