diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-12 16:01:03 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-12 16:01:03 +0100 |
| commit | 5d09a6bd93085f07937da21e1b40c95e94bd3c15 (patch) | |
| tree | 37514b99b4a6c3e9eabba5cb37a9f97e08277516 /meta/packages/gnome/gnome-mime-data | |
| parent | c3e0da13633ae54841418812db34d133705cf87f (diff) | |
| download | poky-5d09a6bd93085f07937da21e1b40c95e94bd3c15.tar.gz | |
gnome-mime-data: Fix pkgconfig file path, use autotools_stage
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gnome/gnome-mime-data')
| -rw-r--r-- | meta/packages/gnome/gnome-mime-data/pkgconfig.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/gnome/gnome-mime-data/pkgconfig.patch b/meta/packages/gnome/gnome-mime-data/pkgconfig.patch new file mode 100644 index 0000000000..de287e55a8 --- /dev/null +++ b/meta/packages/gnome/gnome-mime-data/pkgconfig.patch | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | Index: gnome-mime-data-2.18.0/Makefile.am | ||
| 2 | =================================================================== | ||
| 3 | --- gnome-mime-data-2.18.0.orig/Makefile.am 2009-06-11 17:27:48.000000000 +0100 | ||
| 4 | +++ gnome-mime-data-2.18.0/Makefile.am 2009-06-11 17:27:59.000000000 +0100 | ||
| 5 | @@ -1,6 +1,6 @@ | ||
| 6 | SUBDIRS = man po | ||
| 7 | |||
| 8 | -pkgconfigdir = $(datadir)/pkgconfig | ||
| 9 | +pkgconfigdir = $(libdir)/pkgconfig | ||
| 10 | pkgconfig_DATA = gnome-mime-data-2.0.pc | ||
| 11 | |||
| 12 | NULL= | ||
