Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
Remove dependency on gee
Browse files Browse the repository at this point in the history
  • Loading branch information
cybre committed Aug 4, 2016
1 parent 6df5daf commit a28c752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 1 addition & 4 deletions budgie-screenshot-applet/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,13 @@ libscreenshotapplet_la_CFLAGS = \
$(GNOME_CFLAGS) \
$(JSON_CFLAGS) \
$(REST_CFLAGS) \
$(GEE_CFLAGS) \
-DGNOME_DESKTOP_USE_UNSTABLE_API

libscreenshotapplet_la_LIBADD = \
$(BUDGIE_PLUGIN_LIBS) \
$(GNOME_LIBS) \
$(JSON_LIBS) \
$(REST_LIBS) \
$(GEE_LIBS)
$(REST_LIBS)

libscreenshotapplet_la_LDFLAGS = \
-module \
Expand All @@ -51,7 +49,6 @@ libscreenshotapplet_la_VALAFLAGS = \
--pkg budgie-1.0 \
--pkg json-glib-1.0 \
--pkg rest-0.7 \
--pkg gee-1.0 \
--pkg gnome-desktop-3.0 \
--vapidir ${top_srcdir}/vapi \
--gresources=${top_srcdir}/data/plugin.gresource.xml \
Expand Down
6 changes: 1 addition & 5 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([budgie-screenshot-applet], 0.3, [stfric369@gmail.com], [budgie-screenshot-applet], [https://github.com/cybre/budgie-screenshot-applet])
AC_INIT([budgie-screenshot-applet], 0.3.7, [stfric369@gmail.com], [budgie-screenshot-applet], [https://github.com/cybre/budgie-screenshot-applet])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wno-portability no-dist-gzip dist-xz foreign subdir-objects])
AC_PROG_CC
Expand Down Expand Up @@ -33,10 +33,6 @@ PKG_CHECK_MODULES(REST,
rest-0.7 >= 0.7
)

PKG_CHECK_MODULES(GEE,
gee-1.0 >= 0.6.8
)

# Required only for Vala applets.
AM_PROG_VALAC([0.28], [], [AC_MSG_ERROR([valac is required to build Vala applets])])

Expand Down

0 comments on commit a28c752

Please sign in to comment.