Update Makefile

This commit is contained in:
Chris Guillott 2017-02-17 22:41:10 -05:00 committed by GitHub
parent 82e6dd83f2
commit b07ec97602
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ CFLAGS += -pipe
CFLAGS += -Wall
CFLAGS += -O2
SIMD_CFLAGS += -funroll-loops
SIMD_CFLAGS += -msse2
CPPFLAGS += -D_GNU_SOURCE
CPPFLAGS += -DXKBCOMPOSE=$(shell if test -e /usr/include/xkbcommon/xkbcommon-compose.h ; then echo 1 ; else echo 0 ; fi )
CFLAGS += $(shell $(PKG_CONFIG) --cflags cairo xcb-dpms xcb-xinerama xcb-atom xcb-image xcb-xkb xkbcommon xkbcommon-x11)