summaryrefslogtreecommitdiff
path: root/x11/fixesext
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-10-08 04:44:52 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-10-08 04:44:52 +0000
commit41f1e779b995721147fd7e2f666f918e68b91586 (patch)
tree1703658cabba466afeac5bdc53aadd55c760f607 /x11/fixesext
parent4a48a2c651ea927ae1f8f2ac984ba281fe35bc7d (diff)
downloadpkgsrc-41f1e779b995721147fd7e2f666f918e68b91586.tar.gz
Check for the .pc files presence...
Diffstat (limited to 'x11/fixesext')
-rw-r--r--x11/fixesext/builtin.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/fixesext/builtin.mk b/x11/fixesext/builtin.mk
index 0058eef87c3..3796674ce56 100644
--- a/x11/fixesext/builtin.mk
+++ b/x11/fixesext/builtin.mk
@@ -1,11 +1,13 @@
-# $NetBSD: builtin.mk,v 1.1 2004/09/21 17:43:42 xtraeme Exp $
+# $NetBSD: builtin.mk,v 1.2 2004/10/08 04:44:52 xtraeme Exp $
_H_XFIXESPROTO= ${X11BASE}/include/X11/extensions/xfixesproto.h
_H_XFIXESWIRE= ${X11BASE}/include/X11/extensions/xfixeswire.h
+_FIXESEXT_PC= ${X11BASE}/lib/X11/pkgconfig/fixesext.pc
.if !defined(IS_BUILTIN.fixesext)
IS_BUILTIN.fixesext= no
-. if exists(${_H_XFIXESPROTO}) && exists(${_H_XFIXESWIRE})
+. if exists(${_H_XFIXESPROTO}) && exists(${_H_XFIXESWIRE}) && \
+ exists(${_FIXESEXT_PC})
IS_BUILTIN.fixesext= yes
. endif
.endif # IS_BUILTIN.fixesext