summaryrefslogtreecommitdiff
path: root/vcl/Library_vclplug_kde4.mk
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2015-12-11 21:48:59 +0100
committerJan-Marek Glogowski <glogow@fbihome.de>2016-09-23 23:25:48 +0200
commit8dc174178fae4cc98bf7b95ce44bfafc40b5f39e (patch)
tree55185e8ab3955151029b7202a449cded63070b71 /vcl/Library_vclplug_kde4.mk
parentf486329a03b8667bd958624937f02edc9af143d1 (diff)
Clarify KDE4 and TDE config variables
The configure flag is already --enable-kde4, so rename most build and configure variables, including the config headers, and the build module to include the major number. Also rename the TDE MOC stored as $MOC to $TDE_MOC to prevent conflicts. Change-Id: Ib947ae4b80349cc52eac7812cb93e8a42606b526
Diffstat (limited to 'vcl/Library_vclplug_kde4.mk')
-rw-r--r--vcl/Library_vclplug_kde4.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/Library_vclplug_kde4.mk b/vcl/Library_vclplug_kde4.mk
index 645d6c9aac33..30c406961427 100644
--- a/vcl/Library_vclplug_kde4.mk
+++ b/vcl/Library_vclplug_kde4.mk
@@ -64,13 +64,13 @@ $(eval $(call gb_Library_add_libs,vclplug_kde4,\
-lICE \
))
-ifneq ($(KDE_HAVE_GLIB),)
+ifneq ($(KDE4_HAVE_GLIB),)
$(eval $(call gb_Library_add_defs,vclplug_kde4,\
- $(KDE_GLIB_CFLAGS) \
+ $(KDE4_GLIB_CFLAGS) \
))
$(eval $(call gb_Library_add_libs,vclplug_kde4,\
- $(KDE_GLIB_LIBS) \
+ $(KDE4_GLIB_LIBS) \
))
endif