Create InAppNotification class and remove libgd.

Libgd is bound to remove Gd.Notification, and removing it also means it
gets easier to port our build system to Meson.

Furthermore, we can now use some more sane defaults for our application
w.r.t. notifications.
This commit is contained in:
Niels De Graef 2017-06-24 13:52:24 +02:00
parent 7f47e0574d
commit a483ccf5a6
11 changed files with 168 additions and 92 deletions

View file

@ -100,7 +100,6 @@ AS_IF([test "x$enable_man_pages" != "xno"],
AM_CONDITIONAL([BUILD_MAN_PAGES], [test "x$have_manutils" = "xyes"])
AC_CONFIG_FILES([Makefile
libgd/Makefile
vapi/Makefile
src/Makefile
man/Makefile
@ -108,12 +107,4 @@ AC_CONFIG_FILES([Makefile
po/Makefile.in
])
dnl libgd
LIBGD_INIT([
gtk-hacks
notification
static
vapi
])
AC_OUTPUT