summaryrefslogtreecommitdiffstats
path: root/libraries/libva/wayland-automagic.patch
diff options
context:
space:
mode:
author Marcel Saegebarth <marc@mos6581.de>2015-09-10 18:51:00 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-09-11 03:18:58 +0700
commitdca22c7d7759e53ecf79e9bf8f76779de859a2b3 (patch)
tree138823a4fc7e265937a584bcaf7e448e47c3b839 /libraries/libva/wayland-automagic.patch
parentbdd2bfc8246ae9043fcd776ac9f70ab4abbaab40 (diff)
downloadslackbuilds-dca22c7d7759e53ecf79e9bf8f76779de859a2b3.tar.gz
slackbuilds-dca22c7d7759e53ecf79e9bf8f76779de859a2b3.tar.xz
libraries/libva: Updated for version 1.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--libraries/libva/wayland-automagic.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/libraries/libva/wayland-automagic.patch b/libraries/libva/wayland-automagic.patch
deleted file mode 100644
index d55c3f5da8..0000000000
--- a/libraries/libva/wayland-automagic.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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)