finish replacing PC= with PKGCONFIG= in all Makefiles.
This commit is contained in:
parent
b98d91aef9
commit
56772b1b3d
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/22 16:10:18 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/05/22 16:22:47 matthieu Exp $
|
||||
|
||||
LIB= xcb-composite
|
||||
|
||||
@ -6,7 +6,7 @@ HDRS= composite.h
|
||||
|
||||
SRCS= composite.c
|
||||
|
||||
PC= xcb-composite.pc
|
||||
PKGCONFIG= xcb-composite.pc
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/22 16:10:18 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/05/22 16:22:47 matthieu Exp $
|
||||
|
||||
LIB= xcb-damage
|
||||
|
||||
@ -6,7 +6,7 @@ HDRS= damage.h
|
||||
|
||||
SRCS= damage.c
|
||||
|
||||
PC= xcb-damage.pc
|
||||
PKGCONFIG= xcb-damage.pc
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/22 16:10:18 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/05/22 16:22:47 matthieu Exp $
|
||||
|
||||
LIB= xcb-dpms
|
||||
|
||||
@ -6,7 +6,7 @@ HDRS= dpms.h
|
||||
|
||||
SRCS= dpms.c
|
||||
|
||||
PC= xcb-dpms.pc
|
||||
PKGCONFIG= xcb-dpms.pc
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/22 16:10:18 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/05/22 16:22:47 matthieu Exp $
|
||||
|
||||
LIB= xcb-glx
|
||||
|
||||
@ -6,7 +6,7 @@ HDRS= glx.h
|
||||
|
||||
SRCS= glx.c
|
||||
|
||||
PC= xcb-glx.pc
|
||||
PKGCONFIG= xcb-glx.pc
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/22 16:10:18 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/05/22 16:22:47 matthieu Exp $
|
||||
|
||||
LIB= xcb-randr
|
||||
|
||||
@ -6,7 +6,7 @@ HDRS= randr.h
|
||||
|
||||
SRCS= randr.c
|
||||
|
||||
PC= xcb-randr.pc
|
||||
PKGCONFIG= xcb-randr.pc
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/22 16:10:18 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/05/22 16:22:47 matthieu Exp $
|
||||
|
||||
LIB= xcb-record
|
||||
|
||||
@ -6,7 +6,7 @@ HDRS= record.h
|
||||
|
||||
SRCS= record.c
|
||||
|
||||
PC= xcb-record.pc
|
||||
PKGCONFIG= xcb-record.pc
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/22 16:10:18 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/05/22 16:22:47 matthieu Exp $
|
||||
|
||||
LIB= xcb-render
|
||||
|
||||
@ -6,7 +6,7 @@ HDRS= render.h
|
||||
|
||||
SRCS= render.c
|
||||
|
||||
PC= xcb-render.pc
|
||||
PKGCONFIG= xcb-render.pc
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/22 16:10:18 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/05/22 16:22:47 matthieu Exp $
|
||||
|
||||
LIB= xcb-res
|
||||
|
||||
@ -6,7 +6,7 @@ HDRS= res.h
|
||||
|
||||
SRCS= res.c
|
||||
|
||||
PC= xcb-res.pc
|
||||
PKGCONFIG= xcb-res.pc
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/22 16:10:18 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/05/22 16:22:47 matthieu Exp $
|
||||
|
||||
LIB= xcb-screensaver
|
||||
|
||||
@ -6,7 +6,7 @@ HDRS= screensaver.h
|
||||
|
||||
SRCS= screensaver.c
|
||||
|
||||
PC= xcb-screensaver.pc
|
||||
PKGCONFIG= xcb-screensaver.pc
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/22 16:10:18 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/05/22 16:22:47 matthieu Exp $
|
||||
|
||||
LIB= xcb-shape
|
||||
|
||||
@ -6,7 +6,7 @@ HDRS= shape.h
|
||||
|
||||
SRCS= shape.c
|
||||
|
||||
PC= xcb-shape.pc
|
||||
PKGCONFIG= xcb-shape.pc
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/22 16:10:18 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/05/22 16:22:47 matthieu Exp $
|
||||
|
||||
LIB= xcb-shm
|
||||
|
||||
@ -6,7 +6,7 @@ HDRS= shm.h
|
||||
|
||||
SRCS= shm.c
|
||||
|
||||
PC= xcb-shm.pc
|
||||
PKGCONFIG= xcb-shm.pc
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/22 16:10:18 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/05/22 16:22:47 matthieu Exp $
|
||||
|
||||
LIB= xcb-sync
|
||||
|
||||
@ -6,7 +6,7 @@ HDRS= sync.h
|
||||
|
||||
SRCS= sync.c
|
||||
|
||||
PC= xcb-sync.pc
|
||||
PKGCONFIG= xcb-sync.pc
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/22 16:10:18 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/05/22 16:22:47 matthieu Exp $
|
||||
|
||||
LIB= xcb-xevie
|
||||
|
||||
@ -6,7 +6,7 @@ HDRS= xevie.h
|
||||
|
||||
SRCS= xevie.c
|
||||
|
||||
PC= xcb-xevie.pc
|
||||
PKGCONFIG= xcb-xevie.pc
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/22 16:10:18 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/05/22 16:22:47 matthieu Exp $
|
||||
|
||||
LIB= xcb-xf86dri
|
||||
|
||||
@ -6,7 +6,7 @@ HDRS= xf86dri.h
|
||||
|
||||
SRCS= xf86dri.c
|
||||
|
||||
PC= xcb-xf86dri.pc
|
||||
PKGCONFIG= xcb-xf86dri.pc
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/22 16:10:18 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/05/22 16:22:47 matthieu Exp $
|
||||
|
||||
LIB= xcb-xfixes
|
||||
|
||||
@ -6,7 +6,7 @@ HDRS= xfixes.h
|
||||
|
||||
SRCS= xfixes.c
|
||||
|
||||
PC= xcb-xfixes.pc
|
||||
PKGCONFIG= xcb-xfixes.pc
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/22 16:10:18 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/05/22 16:22:48 matthieu Exp $
|
||||
|
||||
LIB= xcb-xinerama
|
||||
|
||||
@ -6,7 +6,7 @@ HDRS= xinerama.h
|
||||
|
||||
SRCS= xinerama.c
|
||||
|
||||
PC= xcb-xinerama.pc
|
||||
PKGCONFIG= xcb-xinerama.pc
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/22 16:10:18 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/05/22 16:22:48 matthieu Exp $
|
||||
|
||||
LIB= xcb-xprint
|
||||
|
||||
@ -6,7 +6,7 @@ HDRS= xprint.h
|
||||
|
||||
SRCS= xprint.c
|
||||
|
||||
PC= xcb-xprint.pc
|
||||
PKGCONFIG= xcb-xprint.pc
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/22 16:10:18 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/05/22 16:22:48 matthieu Exp $
|
||||
|
||||
LIB= xcb-xtest
|
||||
|
||||
@ -6,7 +6,7 @@ HDRS= xtest.h
|
||||
|
||||
SRCS= xtest.c
|
||||
|
||||
PC= xcb-xtest.pc
|
||||
PKGCONFIG= xcb-xtest.pc
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/22 16:10:18 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/05/22 16:22:48 matthieu Exp $
|
||||
|
||||
LIB= xcb-xv
|
||||
|
||||
@ -6,7 +6,7 @@ HDRS= xv.h
|
||||
|
||||
SRCS= xv.c
|
||||
|
||||
PC= xcb-xv.pc
|
||||
PKGCONFIG= xcb-xv.pc
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/22 16:10:18 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/05/22 16:22:48 matthieu Exp $
|
||||
|
||||
LIB= xcb-xvmc
|
||||
|
||||
@ -6,7 +6,7 @@ HDRS= xvmc.h
|
||||
|
||||
SRCS= xvmc.c
|
||||
|
||||
PC= xcb-xvmc.pc
|
||||
PKGCONFIG= xcb-xvmc.pc
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user