Timo Aaltonen pushed to branch debian-unstable at X Strike Force / xserver / xorg-server
Commits: 97474e41 by Timo Aaltonen at 2020-01-14T12:13:48+02:00 add-EGL_QUERY_DRIVER-check.diff: Add a check for EGL_QUERY_DRIVER to autotools. - - - - - 28c77179 by Timo Aaltonen at 2020-01-14T12:14:00+02:00 release to sid - - - - - 3 changed files: - debian/changelog - + debian/patches/add-EGL_QUERY_DRIVER-check.diff - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +xorg-server (2:1.20.7-2) unstable; urgency=medium + + * add-EGL_QUERY_DRIVER-check.diff: Add a check for EGL_QUERY_DRIVER to + autotools. + + -- Timo Aaltonen <[email protected]> Tue, 14 Jan 2020 12:13:49 +0200 + xorg-server (2:1.20.7-1) unstable; urgency=medium * New upstream release. ===================================== debian/patches/add-EGL_QUERY_DRIVER-check.diff ===================================== @@ -0,0 +1,15 @@ +diff --git a/configure.ac b/configure.ac +index 56f1164d867e21d3ae6c348ef915a2538299db99..c789c6a490dc65aea3dee50331a601ffdab52e38 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -2039,6 +2039,10 @@ if test "x$GLAMOR" = xyes; then + [AC_DEFINE(GLAMOR_HAS_EGL_QUERY_DMABUF, 1, [Have GLAMOR_HAS_EGL_QUERY_DMABUF])], + []) + ++ PKG_CHECK_EXISTS(epoxy >= 1.5.4, ++ [AC_DEFINE(GLAMOR_HAS_EGL_QUERY_DRIVER, 1, [Have GLAMOR_HAS_EGL_QUERY_DRIVER])], ++ []) ++ + PKG_CHECK_MODULES(GBM, "$LIBGBM", [GBM=yes], [GBM=no]) + if test "x$GBM" = xyes; then + AC_DEFINE(GLAMOR_HAS_GBM, 1, ===================================== debian/patches/series ===================================== @@ -7,3 +7,4 @@ 06_use-intel-only-on-pre-gen4.diff 07_use-modesetting-driver-by-default-on-GeForce.diff fix-modesetting-build.diff +add-EGL_QUERY_DRIVER-check.diff View it on GitLab: https://salsa.debian.org/xorg-team/xserver/xorg-server/compare/52b49fcfbe55e6f7af3b51f2ae9d5dd8d24af1a3...28c77179a8929742d7115d9e38777b5ae98981ef -- View it on GitLab: https://salsa.debian.org/xorg-team/xserver/xorg-server/compare/52b49fcfbe55e6f7af3b51f2ae9d5dd8d24af1a3...28c77179a8929742d7115d9e38777b5ae98981ef You're receiving this email because of your account on salsa.debian.org.

