diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2010-11-15 20:40:43 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2010-11-15 21:10:00 +0800 |
commit | 8d93b865c03829043b17010bc2bd7e3a89dbfb69 (patch) | |
tree | 873353260a7d90ffee1c464b42ae499ba9ef2db0 /libempathy-gtk/Makefile.am | |
parent | 40c46616ed8b86375777610b6befc35f22914497 (diff) | |
download | gsoc2013-empathy-8d93b865c03829043b17010bc2bd7e3a89dbfb69.tar gsoc2013-empathy-8d93b865c03829043b17010bc2bd7e3a89dbfb69.tar.gz gsoc2013-empathy-8d93b865c03829043b17010bc2bd7e3a89dbfb69.tar.bz2 gsoc2013-empathy-8d93b865c03829043b17010bc2bd7e3a89dbfb69.tar.lz gsoc2013-empathy-8d93b865c03829043b17010bc2bd7e3a89dbfb69.tar.xz gsoc2013-empathy-8d93b865c03829043b17010bc2bd7e3a89dbfb69.tar.zst gsoc2013-empathy-8d93b865c03829043b17010bc2bd7e3a89dbfb69.zip |
Group all harddeps in one pkg-config call
We do not support GTK2 anymore, so there is no point in keeping those
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index def25e357..a28ac9a00 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -8,14 +8,10 @@ AM_CPPFLAGS = \ -DPKGDATADIR=\""$(pkgdatadir)"\" \ -DGCR_API_SUBJECT_TO_CHANGE \ $(EMPATHY_CFLAGS) \ - $(GTK_CFLAGS) \ - $(LIBNOTIFY_CFLAGS) \ - $(CANBERRA_CFLAGS) \ $(ENCHANT_CFLAGS) \ $(LIBCHAMPLAIN_CFLAGS) \ $(GEOCLUE_CFLAGS) \ - $(GCR_CFLAGS) \ - $(MEEGO_CFLAGS) \ + $(MEEGO_CFLAGS) \ $(WEBKIT_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) |