search for: xorg_manpage_sect

Displaying 10 results from an estimated 10 matches for "xorg_manpage_sect".

2014 Jun 21
1
[PATCH 1/2] glamor: fix build without glamor.h
...ompilation terminated. Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> --- configure.ac | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c34e575..92e047a 100644 --- a/configure.ac +++ b/configure.ac @@ -128,7 +128,13 @@ XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_MSG_CHECKING([whether to include GLAMOR support]) -if pkg-config --exists "xorg-server >= 1.15.99.901" + +AC_COMPILE_IFELSE(AC_LANG_PROGRAM( +[[ + #include <glamor.h> +]],[[]]),[found_glamor_header=yes],[found_glamor_header=no]) + +if test "$...
2019 Jan 21
18
[PATCH xf86-video-nouveau 00/17] autotools configuration cleanups
Series of cleanups to autotools build config files to utilize the available xorg-server macros, defaults and more closely match other modern Xorg drivers. Notable improvements: - gitignore fully covers potential build artifacts - Simplify logic given stated minimum required version of xorg-server 1.8 - Remove use of deprecated, outdated or no longer required macros - Utilize xorg macros where
2019 Jan 19
0
[PATCH xf86-video-nouveau] Check for xf86CursorResetCursor()
...hys Kidd <rhyskidd at gmail.com> --- configure.ac | 6 ++++++ src/drmmode_display.c | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/configure.ac b/configure.ac index 0b01d3e..56a971f 100644 --- a/configure.ac +++ b/configure.ac @@ -127,6 +127,12 @@ AC_SUBST([DRIVER_NAME]) XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION +AC_CHECK_DECL(xf86CursorResetCursor, + [AC_DEFINE(HAVE_XF86_CURSOR_RESET_CURSOR, 1, + [Have xf86CursorResetCursor API])], [], + [#include <xorg-server.h> + #include <xf86Cursor.h>]) + AC_CHECK_HEADERS([li...
2017 Jan 29
0
[ANNOUNCE] util-macros 1.19.1
Alan Coopersmith (1): XORG_MANPAGE_SECTIONS: limit SysV man page sections to Solaris 2.0-11 Andreas Boll (1): Fix XORG_WITH_XMLTO to work with xmlto >= 0.0.27 Emil Velikov (1): autogen.sh: use quoted string variables Matt Turner (1): Version bump: 1.19.1 Mihail Konev (1): autogen: add default patch prefix...
2006 Jul 20
0
[ANNOUNCE] Xorg util-macros 1.1.0
...ORG_WITH_LINT - defines --with-lint for checking source code with tools such as lint & sparse (disabled by default) - XORG_LINT_LIBRARY - defines --enable-lint-library for making lint library to check programs against which link with a library (disabled by default) Also updates the XORG_MANPAGE_SECTIONS macro to make GNU/kFreeBSD man page sections match the Linux man page sections. git tag: util-macros-1.1.0 http://xorg.freedesktop.org/releases/individual/util/util-macros-1.1.0.tar.bz2 http://xorg.freedesktop.org/releases/individual/util/util-macros-1.1.0.tar.gz md5 (util-macros-1.1.0.tar.b...
2010 Nov 02
0
[ANNOUNCE] libXi 1.4.0
...an: remove used LIB_MAN_DIR_SUFFIX (part of an unrequired broken fix) man: use "shadows" terminology in variable names. man: rename libman_pre to libman_PRE man: add/change comments regarding the 3 step conversion from text source man: Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS man: whitespace management man: add $(AM_V_GEN) for silent rules where missing Jamey Sharp (1): Don't unlock the Display twice. Jesse Adkins (1): Purge cvs tags. Julien Cristau (1): man: fix typo in XIQueryDevice doc Matt Dew (1): specs: convert input...
2009 Jul 13
2
[PATCH] Add shave support
...figure.ac index 0e9b319..c0a9135 100644 --- a/configure.ac +++ b/configure.ac @@ -45,6 +45,8 @@ AC_CONFIG_AUX_DIR(.) AM_INIT_AUTOMAKE([dist-bzip2]) +AC_CONFIG_FILES([shave shave-libtool]) + # Checks for programs. AC_DISABLE_STATIC AC_PROG_LIBTOOL @@ -118,6 +120,8 @@ AC_SUBST([DRIVER_NAME]) XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION +SHAVE_INIT(.,disable) + AC_OUTPUT([ Makefile src/Makefile diff --git a/shave-libtool.in b/shave-libtool.in new file mode 100644 index 0000000..1f3a720 --- /dev/null +++ b/shave-libtool.in @@ -0,0 +1,69 @@ +#!/bin/sh + +# we need sed +SED=@SED@ +if test -z "$SE...
2013 Feb 16
8
Bugfix + dri1 cleanup patches
Had those patches living in my local tree for a while now. Here is a respin on top of latest master Patch 1: regression fix, preventing the ddx from loading if kernel module is not loaded Patches 2-5: Completely nuke dri1, make dri2 hard dependency Patches 6-7: Assist people with first-time build of nouveau Git complains about whitespace errors in patch 7, which for the sake of me I cannot
2012 Jul 04
0
[PATCH] Add xwayland support (v2)
...+110,13 @@ AC_SUBST([moduledir]) DRIVER_NAME=nouveau AC_SUBST([DRIVER_NAME]) +AC_CHECK_DECL(XORG_WAYLAND, + [have_xwayland=yes], + [have_xwayland=no], + [#include <xorg-server.h>]) +AM_CONDITIONAL([XORG_WAYLAND], test "x$have_xwayland" = "xyes") + + XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION diff --git a/src/Makefile.am b/src/Makefile.am index bf9c967..50dc586 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -54,6 +54,10 @@ nouveau_drv_la_SOURCES = \ drmmode_display.c \ vl_hwmc.c +if !XORG_WAYLAND +nouveau_drv_la_SOURCES += xwayland_compat.c...
2010 Dec 07
1
[ANNOUNCE] xorg-server 1.9.99.901
...rules.in: use pattern rules to enable dependencies xmlrules.in: specify the xserver entities depedencies on the target xmlrules.in: use $(top_srcdir) rather than ../../../ [...] doc: refactor Makefile and xmlrules.in code for reusability config: build Xserver man pages using XORG_MANPAGE_SECTIONS James Jones (11): Add and use SERVER_SYNC_*_VERSION Create SyncObject base type. Make Await SyncTrigger functions generic Factor out generic code from ProcSyncAwait() Move some sync code to miext Add fence sync driver interface Require xextproto 7.1.99...