Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 883345 Details for
Bug 1063392
tigervnc cannot build against xorg-x11-server-source
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
fix build for dri3 and present
0001-Enable-DRI3-and-Present-extensions.patch (text/plain), 2.47 KB, created by
Yaakov Selkowitz
on 2014-04-06 18:01:57 UTC
(
hide
)
Description:
fix build for dri3 and present
Filename:
MIME Type:
Creator:
Yaakov Selkowitz
Created:
2014-04-06 18:01:57 UTC
Size:
2.47 KB
patch
obsolete
>From 60cdb8eb42fdcdb8704f60dfd597f2e2a44ae167 Mon Sep 17 00:00:00 2001 >From: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> >Date: Sun, 6 Apr 2014 12:56:42 -0500 >Subject: [PATCH] Enable DRI3 and Present extensions > >These extensions were first added in 1.15, so the necessary server >libraries were not listed in XVNC_LIBS created by xserver114.patch. >--- > tigervnc-1.3.0-xserver-1.15.patch | 9 +++++++++ > tigervnc.spec | 4 +--- > 2 files changed, 10 insertions(+), 3 deletions(-) > >diff --git a/tigervnc-1.3.0-xserver-1.15.patch b/tigervnc-1.3.0-xserver-1.15.patch >index 627cd33..29a0cdf 100644 >--- a/tigervnc-1.3.0-xserver-1.15.patch >+++ b/tigervnc-1.3.0-xserver-1.15.patch >@@ -9,6 +9,15 @@ diff -up tigervnc-1.3.0/unix/xserver/configure.ac.jx tigervnc-1.3.0/unix/xserver > fi > AM_CONDITIONAL(WAYLAND, [test "x$WAYLAND" = xyes]) > >+@@ -1597,7 +1596,7 @@ fi >+ >+ 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"]) >++AC_SUBST([XVNC_LIBS], ["$FB_LIB $FIXES_LIB $XEXT_LIB $CONFIG_LIB $DBE_LIB $RECORD_LIB $GLX_LIBS $RANDR_LIB $RENDER_LIB $DAMAGE_LIB $DRI3_LIB $PRESENT_LIB $MIEXT_SYNC_LIB $MIEXT_DAMAGE_LIB $MIEXT_SHADOW_LIB $XI_LIB $XKB_LIB $XKB_STUB_LIB $COMPOSITE_LIB $MAIN_LIB"]) >+ AC_SUBST([XVNC_SYS_LIBS], ["$GLX_SYS_LIBS"]) >+ >+ dnl Xnest DDX > diff -up tigervnc-1.3.0/unix/xserver/hw/vnc/xorg-version.h.jx tigervnc-1.3.0/unix/xserver/hw/vnc/xorg-version.h > --- tigervnc-1.3.0/unix/xserver/hw/vnc/xorg-version.h.jx 2013-07-01 08:41:24.000000000 -0400 > +++ tigervnc-1.3.0/unix/xserver/hw/vnc/xorg-version.h 2013-11-07 11:39:49.749992669 -0500 >diff --git a/tigervnc.spec b/tigervnc.spec >index 8fc5ec7..70ebb39 100644 >--- a/tigervnc.spec >+++ b/tigervnc.spec >@@ -204,7 +204,6 @@ export CXXFLAGS="$CFLAGS" > %{cmake} . > make %{?_smp_mflags} > >-# XXX revisit --disable-present > pushd unix/xserver > autoreconf -fiv > %configure \ >@@ -215,9 +214,8 @@ autoreconf -fiv > --with-fontdir=%{_datadir}/X11/fonts \ > --with-xkb-output=%{_localstatedir}/lib/xkb \ > --enable-install-libxf86config \ >- --enable-glx --disable-dri --enable-dri2 --disable-dri3 \ >+ --enable-glx --disable-dri --enable-dri2 --enable-dri3 \ > --disable-wayland \ >- --disable-present \ > --disable-unit-tests \ > --disable-config-dbus \ > --disable-config-hal \ >-- >1.9.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1063392
:
861453
| 883345