mirror of
https://github.com/DirectFB/directfb.git
synced 2025-10-14 02:48:16 +08:00
Added "moduledirname" to pc file which is "moduledir" without libdir.
This commit is contained in:
@@ -815,11 +815,12 @@ AM_CONDITIONAL(BUILD_STATIC, test x$enable_static = xyes)
|
||||
|
||||
|
||||
if test "x$enable_debug" = xyes; then
|
||||
MODULEDIR=$libdir/directfb-$BINARY_VERSION-debug
|
||||
MODULEDIRNAME=directfb-$BINARY_VERSION-debug
|
||||
else
|
||||
MODULEDIR=$libdir/directfb-$BINARY_VERSION
|
||||
MODULEDIRNAME=directfb-$BINARY_VERSION
|
||||
fi
|
||||
|
||||
MODULEDIR=$libdir/$MODULEDIRNAME
|
||||
DATADIR=$datadir/directfb-$VERSION
|
||||
INCLUDEDIR=$includedir/directfb
|
||||
INTERNALINCLUDEDIR=$includedir/directfb-internal
|
||||
@@ -846,6 +847,7 @@ AC_SUBST(LIBMPEG3)
|
||||
|
||||
AC_SUBST(DATADIR)
|
||||
AC_SUBST(MODULEDIR)
|
||||
AC_SUBST(MODULEDIRNAME)
|
||||
AC_SUBST(INCLUDEDIR)
|
||||
AC_SUBST(INTERNALINCLUDEDIR)
|
||||
|
||||
|
@@ -1,6 +1,7 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
moduledir=@MODULEDIR@
|
||||
moduledirname=@MODULEDIRNAME@
|
||||
includedir=@INTERNALINCLUDEDIR@
|
||||
|
||||
Name: DirectFB-Internal
|
||||
|
Reference in New Issue
Block a user