mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-16 05:48:09 +02:00
2009-03-30 Tollef Fog Heen <tfheen@err.no>
* pkg.h: Fix up path to glib.h
This commit is contained in:
parent
c5b07b4720
commit
daa68e4e1b
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2009-03-30 Tollef Fog Heen <tfheen@err.no>
|
||||
|
||||
* pkg.h: Fix up path to glib.h
|
||||
|
||||
* pkg.c (add_virtual_pkgconfig_package): Fix URL to pkg-config.
|
||||
|
||||
* partial-glib.[ch]: Get rid of those, they are no longer in use.
|
||||
|
|
|
|||
2
pkg.h
2
pkg.h
|
|
@ -23,7 +23,7 @@
|
|||
#ifdef USE_INSTALLED_GLIB
|
||||
#include <glib.h>
|
||||
#else
|
||||
#include "partial-glib.h"
|
||||
#include "glib-1.2.10/glib.h"
|
||||
#endif
|
||||
|
||||
typedef enum
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue