Re: [PATCH] configure: Require sufficiently new wayland-client for xwayland ddx

2014-06-02 Thread Adam Jackson
On Wed, 2014-05-21 at 09:22 -0400, Adam Jackson wrote:
 The explicit release requests were added in 1.3.0, don't try to build
 against older.

Ping?  Fedora 20 includes 1.2.0 so I keep running into this.  (Yes
probably we should update that, but.)

- ajax

___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel


Re: [PATCH] configure: Require sufficiently new wayland-client for xwayland ddx

2014-06-02 Thread Jasper St. Pierre
I'd prefer it if we got an updated and working Xwayland like rawhide has,
but better error messages are always appreciated.

Reviewed-by: Jasper St. Pierre jstpie...@mecheye.net


On Mon, Jun 2, 2014 at 1:32 PM, Adam Jackson a...@nwnk.net wrote:

 On Wed, 2014-05-21 at 09:22 -0400, Adam Jackson wrote:
  The explicit release requests were added in 1.3.0, don't try to build
  against older.

 Ping?  Fedora 20 includes 1.2.0 so I keep running into this.  (Yes
 probably we should update that, but.)

 - ajax

 ___
 xorg-devel@lists.x.org: X.Org development
 Archives: http://lists.x.org/archives/xorg-devel
 Info: http://lists.x.org/mailman/listinfo/xorg-devel




-- 
  Jasper
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH] configure: Require sufficiently new wayland-client for xwayland ddx

2014-06-02 Thread Keith Packard
Adam Jackson a...@redhat.com writes:

 The explicit release requests were added in 1.3.0, don't try to build
 against older.

Merged (with review).
   db2e708..4cbd3fa  master - master

-- 
keith.pack...@intel.com


pgpFKa87lOjTW.pgp
Description: PGP signature
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

[PATCH] configure: Require sufficiently new wayland-client for xwayland ddx

2014-05-21 Thread Adam Jackson
The explicit release requests were added in 1.3.0, don't try to build
against older.

Signed-off-by: Adam Jackson a...@redhat.com
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index e5387bf..e3d991d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2442,7 +2442,7 @@ AM_CONDITIONAL(XFAKESERVER, [test x$KDRIVE = xyes  
test x$XFAKE = xyes])
 
 dnl Xwayland DDX
 
-PKG_CHECK_MODULES(XWAYLANDMODULES, [wayland-client libdrm epoxy], 
[have_xwayland=yes], [have_xwayland=no])
+PKG_CHECK_MODULES(XWAYLANDMODULES, [wayland-client = 1.3.0 libdrm epoxy], 
[have_xwayland=yes], [have_xwayland=no])
 AC_MSG_CHECKING([whether to build Xwayland DDX])
 if test x$XWAYLAND = xauto; then
XWAYLAND=$have_xwayland
-- 
1.9.0

___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel