Bug 8228 - check doesn't happen if using system glib library
Summary: check doesn't happen if using system glib library
Status: RESOLVED FIXED
Alias: None
Product: pkg-config
Classification: Unclassified
Component: src (show other bugs)
Version: unspecified
Hardware: PowerPC Mac OS X (All)
: high normal
Assignee: Tollef Fog Heen
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-11 18:47 UTC by Daniel Macks
Modified: 2007-06-19 05:36 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Daniel Macks 2006-09-11 18:47:10 UTC
In pkg-config 0.21 (though it's not new to this version), Makefile.am contains:

if USE_INSTALLED_GLIB
included_glib_includes = @GLIB_CFLAGS@
pkg_config_LDADD=@GLIB_LIBS@
else
SUBDIRS = glib-1.2.8 check
included_glib_includes = -I./glib-1.2.8
pkg_config_LDADD=glib-1.2.8/libglib.la
endif

Why does using an installed glib disable the check subdir? Should that section
contain a SUBDIRS=check in the if block?
Comment 1 Tollef Fog Heen 2007-06-19 05:36:14 UTC
This has been fixed in the just-released 0.22 version of pkg-config


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.