diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-08-24 19:44:53 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-08-24 19:44:53 +0000 |
commit | df24d8ef31d08c702cd0d7836ef963d7f8860d64 (patch) | |
tree | ba5e32b23c40192e85bacee63da561977a1b5e77 /xserver/miext | |
parent | 8aac304d65480d9e64293babdcf7cfa3c30188fd (diff) |
Uodate to xserver 1.14.2. Tested by krw@, shadchin@, todd@
Diffstat (limited to 'xserver/miext')
-rw-r--r-- | xserver/miext/Makefile.in | 2 | ||||
-rw-r--r-- | xserver/miext/damage/Makefile.in | 2 | ||||
-rw-r--r-- | xserver/miext/rootless/Makefile.in | 2 | ||||
-rw-r--r-- | xserver/miext/shadow/Makefile.in | 2 | ||||
-rw-r--r-- | xserver/miext/sync/Makefile.in | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/xserver/miext/Makefile.in b/xserver/miext/Makefile.in index bf26112c8..ec48d3ca2 100644 --- a/xserver/miext/Makefile.in +++ b/xserver/miext/Makefile.in @@ -288,6 +288,8 @@ PCI_TXT_IDS_PATH = @PCI_TXT_IDS_PATH@ PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ PIXMAN_LIBS = @PIXMAN_LIBS@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PROJECTROOT = @PROJECTROOT@ RANLIB = @RANLIB@ RAWCPP = @RAWCPP@ diff --git a/xserver/miext/damage/Makefile.in b/xserver/miext/damage/Makefile.in index 9d0e168f0..fdcd1d9d2 100644 --- a/xserver/miext/damage/Makefile.in +++ b/xserver/miext/damage/Makefile.in @@ -312,6 +312,8 @@ PCI_TXT_IDS_PATH = @PCI_TXT_IDS_PATH@ PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ PIXMAN_LIBS = @PIXMAN_LIBS@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PROJECTROOT = @PROJECTROOT@ RANLIB = @RANLIB@ RAWCPP = @RAWCPP@ diff --git a/xserver/miext/rootless/Makefile.in b/xserver/miext/rootless/Makefile.in index 790a47084..33f7c5253 100644 --- a/xserver/miext/rootless/Makefile.in +++ b/xserver/miext/rootless/Makefile.in @@ -282,6 +282,8 @@ PCI_TXT_IDS_PATH = @PCI_TXT_IDS_PATH@ PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ PIXMAN_LIBS = @PIXMAN_LIBS@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PROJECTROOT = @PROJECTROOT@ RANLIB = @RANLIB@ RAWCPP = @RAWCPP@ diff --git a/xserver/miext/shadow/Makefile.in b/xserver/miext/shadow/Makefile.in index 662e4f230..7655cdec7 100644 --- a/xserver/miext/shadow/Makefile.in +++ b/xserver/miext/shadow/Makefile.in @@ -317,6 +317,8 @@ PCI_TXT_IDS_PATH = @PCI_TXT_IDS_PATH@ PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ PIXMAN_LIBS = @PIXMAN_LIBS@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PROJECTROOT = @PROJECTROOT@ RANLIB = @RANLIB@ RAWCPP = @RAWCPP@ diff --git a/xserver/miext/sync/Makefile.in b/xserver/miext/sync/Makefile.in index 5253674f0..cb45746f2 100644 --- a/xserver/miext/sync/Makefile.in +++ b/xserver/miext/sync/Makefile.in @@ -312,6 +312,8 @@ PCI_TXT_IDS_PATH = @PCI_TXT_IDS_PATH@ PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ PIXMAN_LIBS = @PIXMAN_LIBS@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PROJECTROOT = @PROJECTROOT@ RANLIB = @RANLIB@ RAWCPP = @RAWCPP@ |