Revision: 5703 Author: pebender Date: Sat Oct 17 20:23:21 2009 Log: - Modified build system to add $(DESTDIR)$(datadir)/pkgconfig to PKG_CONFIG_LIBDIR.
http://code.google.com/p/minimyth/source/detail?r=5703 Modified: /trunk/gar-minimyth/html/minimyth/document-changelog.txt /trunk/gar-minimyth/script/gar.conf.mk ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Sat Oct 17 20:12:08 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Sat Oct 17 20:23:21 2009 @@ -20,3 +20,6 @@ Fixed bugs - Fixed bug that caused boot to fail when huludesktop.data is not present in the MiniMyth read-write configuration directory. + +Modified build system + - Added $(DESTDIR)$(datadir)/pkgconfig to PKG_CONFIG_LIBDIR. ======================================= --- /trunk/gar-minimyth/script/gar.conf.mk Sat Jun 14 13:58:49 2008 +++ /trunk/gar-minimyth/script/gar.conf.mk Sat Oct 17 20:23:21 2009 @@ -170,7 +170,7 @@ # This is for foo-config chaos PKG_CONFIG_PATH = -PKG_CONFIG_LIBDIR = $(DESTDIR)$(libdir)/pkgconfig:$(DESTDIR)$(qt4libdir)/pkgconfig:$(DESTDIR)$(qt3libdir)/pkgconfig +PKG_CONFIG_LIBDIR = $(DESTDIR)$(libdir)/pkgconfig:$(DESTDIR)$(datadir)/pkgconfig:$(DESTDIR)$(qt4libdir)/pkgconfig:$(DESTDIR)$(qt3libdir)/pkgconfig PKG_CONFIG_SYSROOT_DIR = $(DESTDIR) PERLLIB = PERL5LIB = --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=en -~----------~----~----~----~------~----~------~--~---
