diff options
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | gst-mixer-applet/Makefile.am | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index cfd468b..aaab8bc 100644 --- a/configure.ac +++ b/configure.ac @@ -233,12 +233,12 @@ if test "x$have_gstmixer" = "xyes"; then enable_mixerapplet=no) if test "x$enable_mixerapplet" != "xno"; then have_gstmixer_applet=yes - MIXER_APPLET_DEPS="gstreamer-$GST_MAJORMINOR >= $GST_REQ + MIXERAPPLET_DEPS="gstreamer-$GST_MAJORMINOR >= $GST_REQ gstreamer-interfaces-$GST_MAJORMINOR >= $GST_REQ gstreamer-audio-$GST_MAJORMINOR >= $GST_REQ mate-desktop-2.0 >= 1.5.0 libmatepanelapplet-4.0 >= 1.5.0" - PKG_CHECK_MODULES(MIXER, $GST10_PKGS, have_gst_mixer_applet_deps=yes, have_gst_mixer_applet_deps=no) + PKG_CHECK_MODULES(MIXERAPPLET, $MIXERAPPLET_DEPS, have_gst_mixer_applet_deps=yes, have_gst_mixer_applet_deps=no) if test "x$have_gst_mixer_applet_deps" = "xno"; then have_gstmixer_applet=no enable_mixerapplet=no diff --git a/gst-mixer-applet/Makefile.am b/gst-mixer-applet/Makefile.am index 53652b8..068cb60 100644 --- a/gst-mixer-applet/Makefile.am +++ b/gst-mixer-applet/Makefile.am @@ -1,6 +1,7 @@ SUBDIRS = docs AM_CPPFLAGS = -I. -I$(srcdir) \ + -DMATELOCALEDIR=\""$(datadir)/locale"\" \ -DMIXER_MENU_UI_DIR=\""$(uidir)"\" \ $(MIXERAPPLET_CFLAGS) \ $(MATE_APPLETS4_CFLAGS) \ |