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:
parent
7f47e0574d
commit
a483ccf5a6
11 changed files with 168 additions and 92 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue