diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-08-02 15:53:23 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-08-02 21:55:15 +0200 |
commit | 8fee33bac216bb05bb7dfdf5f4a490e9a765b2f4 (patch) | |
tree | 64627c6c33b55a090c60aed98c0a0fe4a6545cf2 /config_host.mk.in | |
parent | 0e2a8bbfa16f9b7fff370b2e7f4ecf9abdd25e66 (diff) |
KF5_HAVE_GLIB etc. are apparently unused
...ever since their introduction with 4d78cf97d7b1629556df68fc461922fda930d9ec
"Extend build system to support linking against KDE Frameworks 5"
Change-Id: I47f0b6c440aa345d564abac5a12a4af35b8fcf4e
Reviewed-on: https://gerrit.libreoffice.org/58476
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index b9c11d468662..00aed9521bf5 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -305,9 +305,6 @@ export KDE4_GLIB_LIBS=$(gb_SPACE)@KDE4_GLIB_LIBS@ export KDE4_HAVE_GLIB=@KDE4_HAVE_GLIB@ export KF5_CFLAGS=$(gb_SPACE)@KF5_CFLAGS@ export KF5_LIBS=$(gb_SPACE)@KF5_LIBS@ -export KF5_GLIB_CFLAGS=$(gb_SPACE)@KF5_GLIB_CFLAGS@ -export KF5_GLIB_LIBS=$(gb_SPACE)@KF5_GLIB_LIBS@ -export KF5_HAVE_GLIB=@KF5_HAVE_GLIB@ export KRB5_LIBS=@KRB5_LIBS@ export LCMS2_CFLAGS=$(gb_SPACE)@LCMS2_CFLAGS@ export LCMS2_LIBS=$(gb_SPACE)@LCMS2_LIBS@ |