23245289 Move eog-plugins to Userland and update to 3.16.3 (fix build)
authorNiveditha Rau <Niveditha.Rau@Oracle.COM>
Tue, 09 Aug 2016 17:39:40 +0000
changeset 6598 97c29bc92758
parent 6597 4a17b832bfc8
child 6599 1d033832c5e7
23245289 Move eog-plugins to Userland and update to 3.16.3 (fix build)
components/gnome/eog-plugins/Makefile
--- a/components/gnome/eog-plugins/Makefile	Tue Aug 09 14:39:15 2016 +0000
+++ b/components/gnome/eog-plugins/Makefile	Tue Aug 09 17:39:40 2016 +0000
@@ -71,12 +71,12 @@
 
 # Delete this when build servers are installed with an updated eog
 EOG_BASE = $(WS_COMPONENTS)/gnome/eog/build/prototype/$(MACH)
-PKG_CONFIG_PATHS += $(EOG_BASE)$(PKG_CONFIG_PATHS.$(BITS))
+PKG_CONFIG_PATHS += $(EOG_BASE)$(PKG_CONFIG_PATH.$(BITS))
 LD_OPTIONS += -L$(EOG_BASE)$(USRLIB.$(BITS))
 CPPFLAGS += -I$(EOG_BASE)/usr/include/eog-3.0
 
 LIBCHAMPLAIN_BASE = $(WS_COMPONENTS)/gnome/libchamplain/build/prototype/$(MACH)
-PKG_CONFIG_PATHS += $(LIBCHAMPLAIN_BASE)$(PKG_CONFIG_PATHS.$(BITS))
+PKG_CONFIG_PATHS += $(LIBCHAMPLAIN_BASE)$(PKG_CONFIG_PATH.$(BITS))
 LD_OPTIONS += -L$(LIBCHAMPLAIN_BASE)$(USRLIB.$(BITS))
 CPPFLAGS += -I$(LIBCHAMPLAIN_BASE)/usr/include/libchamplain-0.12 -I$(LIBCHAMPLAIN_BASE)/usr/include/libchamplain-gtk-0.12