diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-06-14 16:44:32 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-06-14 16:44:32 +0100 |
commit | 585cf00348235648cc9a5d09b4e239590f3c5b1d (patch) | |
tree | b6d41d159ac3be80ae8fdcd0085d8284b284dd3c /scp2 | |
parent | 5ad60c5d69042a73d7a1632d3c04e15783817db4 (diff) |
add missing compile conditional for gtk3 installation
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/makefile.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scp2/source/ooo/makefile.mk b/scp2/source/ooo/makefile.mk index 3dc237e49b22..f27828489d64 100644 --- a/scp2/source/ooo/makefile.mk +++ b/scp2/source/ooo/makefile.mk @@ -66,6 +66,9 @@ GTK_TWO_FOUR=$(shell @+-$(PKG_CONFIG) --exists 'gtk+-2.0 >= 2.4.0' && echo YES) SCPDEFS+=-DGTK_TWO_FOUR .ENDIF .ENDIF +.IF "$(ENABLE_GTK3)" != "" +SCPDEFS+=-DENABLE_GTK3 +.ENDIF .ENDIF # "$(GUI)"=="UNX" .IF "$(ENABLE_KDE)" != "" |