summaryrefslogtreecommitdiffhomepage
path: root/vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-08-05 12:51:12 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-08-05 12:51:12 +0000
commit2e1d38db2ce4400887ddc3c204cf1eb66f2de26f (patch)
tree48f9b3206a153e06027ed81f76da61e992fd0db1 /vars
parentbbde6ec03a84cb271f54c82dad74e370f49b38b8 (diff)
downloadmidipix_build-2e1d38db2ce4400887ddc3c204cf1eb66f2de26f.tar.bz2
midipix_build-2e1d38db2ce4400887ddc3c204cf1eb66f2de26f.tar.xz
vars/build.vars:native_packages_deps_x11: restores xcb_proto v1.12 (via Redfoxmoon.)
patches/xcb_proto-1.12.local.patch, vars/xcb.vars: restored (via Redfoxmoon.)
Diffstat (limited to 'vars')
-rw-r--r--vars/build.vars5
-rw-r--r--vars/xcb.vars8
2 files changed, 12 insertions, 1 deletions
diff --git a/vars/build.vars b/vars/build.vars
index 4e9a69ae..c1b4c232 100644
--- a/vars/build.vars
+++ b/vars/build.vars
@@ -659,7 +659,7 @@ NATIVE_PACKAGES_DEPS_X11_CONFIGURE_ARGS="-C --disable-nls --host=${DEFAULT_TARGE
NATIVE_PACKAGES_DEPS_X11_LDFLAGS_CONFIGURE="--sysroot=${PREFIX_NATIVE}";
NATIVE_PACKAGES_DEPS_X11_MAKEFLAGS_INSTALL="PREFIX= prefix=";
NATIVE_PACKAGES_DEPS_X11_PACKAGES="
-util_macros xorgproto xtrans libpthread_stubs xcb libX11 libXau libXext freetype fontconfig Xrender libXft libXfixes libXi
+util_macros xorgproto xcb_proto xtrans libpthread_stubs xcb libX11 libXau libXext freetype fontconfig Xrender libXft libXfixes libXi
libXtst libICE libSM libXt libXmu libXpm libXaw libxkbfile libXdamage mesa glew harfbuzz pixman
cairo dbus dbus_glib sdl2 pango atk at_spi2_core at_spi2_atk gdk libepoxy gtk2 gtk3 imlib2 libcaca libxfce4util xfconf libxfce4ui";
NATIVE_PACKAGES_DEPS_X11_PREFIX="${PREFIX_NATIVE}";
@@ -671,6 +671,9 @@ NATIVE_PACKAGES_DEPS_X11_PYTHON="${PREFIX}/bin/python";
: ${PKG_XORGPROTO_VERSION:=2018.4};
: ${PKG_XORGPROTO_URL:=https://www.x.org/releases/individual/proto/xorgproto-${PKG_XORGPROTO_VERSION}.tar.bz2};
: ${PKG_XORGPROTO_CONFIGURE_ARGS_EXTRA:="--disable-specs --enable-legacy"};
+: ${PKG_XCB_PROTO_SHA256SUM:=5922aba4c664ab7899a29d92ea91a87aa4c1fc7eb5ee550325c3216c480a4906};
+: ${PKG_XCB_PROTO_VERSION:=1.12};
+: ${PKG_XCB_PROTO_URL:=https://www.x.org/releases/individual/xcb/xcb-proto-${PKG_XCB_PROTO_VERSION}.tar.bz2};
: ${PKG_LIBXAU_SHA256SUM:=fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2};
: ${PKG_LIBXAU_VERSION:=1.0.8};
: ${PKG_LIBXAU_URL:=https://www.x.org/releases/individual/lib/libXau-${PKG_LIBXAU_VERSION}.tar.bz2};
diff --git a/vars/xcb.vars b/vars/xcb.vars
new file mode 100644
index 00000000..c734a4dd
--- /dev/null
+++ b/vars/xcb.vars
@@ -0,0 +1,8 @@
+#
+# set -o errexit -o noglob are assumed.
+#
+
+: ${PKG_XCB_CONFIG_CACHE_EXTRA:="
+ac_cv_search_sendmsg=no"};
+
+# vim:filetype=sh