diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-03-08 14:05:02 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-03-08 14:05:02 +0000 |
commit | eb6fdf3f81e94b1756da6c85c5d9041be4ae35ad (patch) | |
tree | 16076dd6a905f294d6b5fadd70b5c8e312dd1892 /patches | |
parent | 7f46c1f8555460233997a3024dd6daad5bfd46d0 (diff) | |
download | midipix_build-eb6fdf3f81e94b1756da6c85c5d9041be4ae35ad.tar.bz2 midipix_build-eb6fdf3f81e94b1756da6c85c5d9041be4ae35ad.tar.xz |
vars/build.vars:native_packages_deps_x11: adds {libepoxy,gtk3} v{1.5.0,3.22.28} (via Redfoxmoon.)
patches/gtk3-3.22.28.local.patch:Makefile.in: skip `testsuite' target (via Redfoxmoon.)
Diffstat (limited to 'patches')
-rw-r--r-- | patches/gtk3-3.22.28.local.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/gtk3-3.22.28.local.patch b/patches/gtk3-3.22.28.local.patch new file mode 100644 index 00000000..f60454f8 --- /dev/null +++ b/patches/gtk3-3.22.28.local.patch @@ -0,0 +1,12 @@ +diff -ru gtk+-3.22.28.orig/Makefile.in gtk+-3.22.28/Makefile.in +--- gtk+-3.22.28.orig/Makefile.in 2018-02-14 19:22:34.000000000 +0100 ++++ gtk+-3.22.28/Makefile.in 2018-03-07 00:17:36.646939857 +0100 +@@ -566,7 +566,7 @@ + || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \ + && DISPLAY=:$$XID && export DISPLAY + +-SRC_SUBDIRS = gdk gtk libgail-util modules demos tests testsuite examples ++SRC_SUBDIRS = gdk gtk libgail-util modules demos tests examples + SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build + ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + MAINTAINERCLEANFILES = \ |