diff options
author | minskim <minskim@pkgsrc.org> | 2009-02-27 16:44:38 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-02-27 16:44:38 +0000 |
commit | ec1d87ba483a8504823a2a382049a529800151a3 (patch) | |
tree | e5b38e0ed61acfa4f9d7fc1226841dc80941b106 /graphics | |
parent | 506f54558dbb04a729931543c5eafe89401f5a15 (diff) | |
download | pkgsrc-ec1d87ba483a8504823a2a382049a529800151a3.tar.gz |
Make evas-{software,xrender}-x11 build with modular xorg.
Noted by Pierre ALLEGRAUD in PR 40768.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evas-software-x11/Makefile | 3 | ||||
-rw-r--r-- | graphics/evas-xrender-x11/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/evas-software-x11/Makefile b/graphics/evas-software-x11/Makefile index af53259655b..23408344323 100644 --- a/graphics/evas-software-x11/Makefile +++ b/graphics/evas-software-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 19:14:12 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2009/02/27 16:44:38 minskim Exp $ PKGNAME= ${DISTNAME:S/evas/evas-software-x11/} @@ -19,6 +19,7 @@ PKGCONFIG_OVERRIDE= evas-software-x11.pc.in .include "../../graphics/freetype2/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../x11/xproto/buildlink3.mk" post-install: diff --git a/graphics/evas-xrender-x11/Makefile b/graphics/evas-xrender-x11/Makefile index f62fa75e988..cd61fd7d7a4 100644 --- a/graphics/evas-xrender-x11/Makefile +++ b/graphics/evas-xrender-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 19:33:49 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2009/02/27 16:44:38 minskim Exp $ PKGNAME= ${DISTNAME:S/evas/evas-xrender-x11/} @@ -20,6 +20,7 @@ PKGCONFIG_OVERRIDE= evas-xrender-x11.pc.in .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXrender/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../x11/xproto/buildlink3.mk" post-install: |