]> git.pld-linux.org Git - packages/tigervnc.git/commitdiff
- enabled DRI3
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 3 Jan 2014 19:56:50 +0000 (20:56 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 3 Jan 2014 19:56:50 +0000 (20:56 +0100)
tigervnc.spec
xserver.patch

index f619a90f70d42a6c2aa541b57213d554579224a5..9b672a2e3f094917f410ce4ec3fd28f18844b846 100644 (file)
@@ -77,9 +77,11 @@ BuildRequires:       xorg-lib-libfontenc-devel
 BuildRequires: xorg-lib-libpciaccess-devel >= 0.13
 BuildRequires: xorg-lib-libxkbfile-devel
 BuildRequires: xorg-lib-libxkbui-devel >= 1.0.2
+BuildRequires: xorg-lib-libxshmfence-devel >= 1.1
 BuildRequires: xorg-lib-xtrans-devel >= 1.2.2
 BuildRequires: xorg-proto-bigreqsproto-devel >= 1.1.0
 BuildRequires: xorg-proto-damageproto-devel >= 1.1
+BuildRequires: xorg-proto-dri3proto-devel >= 1.0
 BuildRequires: xorg-proto-fixesproto-devel >= 4.1
 BuildRequires: xorg-proto-fontcacheproto-devel
 BuildRequires: xorg-proto-fontsproto-devel
@@ -233,10 +235,12 @@ export CXXFLAGS="%{rpmcxxflags} -fpermissive"
        --disable-xfbdev \
        --disable-dri \
        --enable-dri2 \
+       --enable-dri3 \
        --with-pic \
        --disable-static \
        --disable-xinerama \
        --disable-composite \
+       --disable-wayland \
        --enable-glx \
        --enable-glx-tls \
        --enable-aiglx \
index a8484427ea04dbee87821845b06d264ee83e2e5e..bb522dcef4b357d670c75b372204562cdef47319 100644 (file)
@@ -15,7 +15,7 @@ diff -up xserver/configure.ac.vnc xserver/configure.ac
  
 +dnl Xvnc DDX
 +AC_SUBST([XVNC_CPPFLAGS], ["-DHAVE_DIX_CONFIG_H $XSERVER_CFLAGS"])
-+AC_SUBST([XVNC_LIBS], ["$FB_LIB $FIXES_LIB $XEXT_LIB $CONFIG_LIB $DBE_LIB $RECORD_LIB $GLX_LIBS $RANDR_LIB $RENDER_LIB $DAMAGE_LIB $MIEXT_SYNC_LIB $MIEXT_DAMAGE_LIB $MIEXT_SHADOW_LIB $XI_LIB $XKB_LIB $XKB_STUB_LIB $COMPOSITE_LIB $MAIN_LIB $PRESENT_LIB"])
++AC_SUBST([XVNC_LIBS], ["$FB_LIB $FIXES_LIB $XEXT_LIB $CONFIG_LIB $DBE_LIB $RECORD_LIB $GLX_LIBS $RANDR_LIB $RENDER_LIB $DAMAGE_LIB $MIEXT_SYNC_LIB $MIEXT_DAMAGE_LIB $MIEXT_SHADOW_LIB $XI_LIB $XKB_LIB $XKB_STUB_LIB $COMPOSITE_LIB $MAIN_LIB $PRESENT_LIB $DRI3_LIB"])
 +AC_SUBST([XVNC_SYS_LIBS], ["$GLX_SYS_LIBS"])
  
  dnl Xnest DDX
This page took 0.061347 seconds and 4 git commands to generate.