Skip to content

Commit

Permalink
extend workaround lablgtk fix to all 2.18 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkscheper committed May 16, 2018
1 parent f3f70cb commit 0dc0320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/ground_segment/cockpit/Makefile
Expand Up @@ -51,7 +51,7 @@ endif
# see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822949 and https://bugs.launchpad.net/ubuntu/+source/lablgtk2/+bug/1577236
# Ubuntu 16.04: 2.18.3+dfsg-1 Ubuntu 16.10: 2.18.3+dfsg-2
LABLGTK2_DEB := $(shell LC_ALL=C apt-cache policy liblablgtk2-ocaml | grep Installed | awk '{print $$2}' 2>/dev/null)
ifneq (,$(findstring 2.18.3+dfsg, $(LABLGTK2_DEB)))
ifneq (,$(findstring 2.18, $(LABLGTK2_DEB)))
CAMLP4_DEFS = -DGDK_NATIVE_WINDOW
endif
CAMLP4_DEFS ?=
Expand Down

0 comments on commit 0dc0320

Please sign in to comment.