diff options
author | Wu Xiaotian <[email protected]> | 2020-04-29 14:15:38 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-05 19:15:55 +0200 |
commit | 182db38e83a67d52e15888e3281c3b4dfc2bee40 (patch) | |
tree | f6fad057435e73f0fcc85e3a544fea9b87f5cbea /configure.ac | |
parent | 3b36ed380545abf321922499c7969d69bae6e8cc (diff) | |
download | engrampa-182db38e83a67d52e15888e3281c3b4dfc2bee40.tar.bz2 engrampa-182db38e83a67d52e15888e3281c3b4dfc2bee40.tar.xz |
use git submodule of libegg
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cdd7081..80c105a 100644 --- a/configure.ac +++ b/configure.ac @@ -48,6 +48,11 @@ PKG_CHECK_MODULES(GTK, [gtk+-3.0 >= $GTK_REQUIRED]) AC_SUBST([GTK_CFLAGS]) AC_SUBST([GTK_LIBS]) +LIBEGG_CFLAGS="$GTK_CFLAGS" +LIBEGG_LIBS="$GTK_LIBS" +AC_SUBST([LIBEGG_CFLAGS]) +AC_SUBST([LIBEGG_LIBS]) + dnl =========================================================================== AC_ARG_ENABLE(run_in_place, @@ -226,7 +231,8 @@ AC_CONFIG_FILES([Makefile data/engrampa.desktop.in data/org.mate.engrampa.gschema.xml data/icons/Makefile - copy-n-paste/Makefile + mate-submodules/Makefile + mate-submodules/libegg/Makefile src/Makefile src/sh/Makefile src/ui/Makefile |