mirror of
https://git.yoctoproject.org/matchbox-desktop
synced 2025-11-04 04:55:54 +08:00
.pc fixes
git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-desktop@693 b067294f-1dea-0310-9683-c47a78595994
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2004-02-06 Matthew Allum,,, <mallum@openedhand.com>
|
||||
|
||||
* configure.ac:
|
||||
* matchbox-desktop.pc.in:
|
||||
* src/Makefile.am:
|
||||
Fix matchbox-desktop.pc up
|
||||
|
||||
2004-02-06 Matthew Allum,,, <mallum@openedhand.com>
|
||||
|
||||
* data/Makefile.am:
|
||||
|
||||
@@ -90,7 +90,6 @@ dnl ------ GCC flags --------------------------------------------------------
|
||||
|
||||
if test "x$GCC" = "xyes"; then
|
||||
GCC_WARNINGS="-g -Wall -fno-strict-aliasing"
|
||||
LIBMB_CFLAGS="$GCC_WARNINGS $LIBMB_CFLAGS"
|
||||
fi
|
||||
|
||||
|
||||
@@ -98,6 +97,7 @@ dnl ------ Substitute in found libs, clags to Makefiles etc -----------------
|
||||
|
||||
AC_SUBST(LIBMB_CFLAGS)
|
||||
AC_SUBST(LIBMB_LIBS)
|
||||
AC_SUBST(GCC_WARNINGS)
|
||||
|
||||
AC_SUBST(SN_CFLAGS)
|
||||
AC_SUBST(SN_LIBS)
|
||||
|
||||
@@ -6,5 +6,5 @@ includedir=@includedir@
|
||||
Name: matchbox-desktop
|
||||
Description: Matchbox Desktop module dependencies.
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} @MB_LIBS@
|
||||
Cflags: -I${includedir}/matchbox-desktop @MB_CFLAGS@
|
||||
Libs: -L${libdir} @LIBMB_LIBS@
|
||||
Cflags: -I${includedir}/matchbox-desktop @LIBMB_CFLAGS@
|
||||
@@ -2,7 +2,7 @@ PREFIXDIR = $(prefix)
|
||||
PKGDATADIR = $(pkgdatadir)
|
||||
DATADIR = $(datadir)
|
||||
|
||||
INCLUDES = -DDATADIR=\"$(DATADIR)\" -DPKGDATADIR=\"$(PKGDATADIR)\" -DPREFIX=\"$(PREFIXDIR)\" $(LIBMB_CFLAGS)
|
||||
INCLUDES = $(GCC_WARNINGS) -DDATADIR=\"$(DATADIR)\" -DPKGDATADIR=\"$(PKGDATADIR)\" -DPREFIX=\"$(PREFIXDIR)\" $(LIBMB_CFLAGS)
|
||||
|
||||
bin_PROGRAMS = matchbox-desktop
|
||||
|
||||
|
||||
Reference in New Issue
Block a user