diff options
author | Keith Packard <keithp@keithp.com> | 2014-01-30 12:24:32 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-01-30 12:24:32 -0800 |
commit | 8db31931172c538553e17c4dd9bf4975ead5c59b (patch) | |
tree | ed2571eaced124e6dd6722d440b555799134b5fc /Makefile | |
parent | 899a945e31aa9cf2da031c1bdbba43df7b43149f (diff) |
Update XCB api
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -CFLAGS=-Wall -O0 -g $(shell pkg-config --cflags xcb-shm xcb-aux xcb-dri3 xcb-present xshmfence) -LIBS=$(shell pkg-config --libs xcb-shm xcb-aux xcb-dri3 xcb-present xshmfence xcb-sync xcb-xfixes) +CFLAGS=-Wall -O0 -g $(shell pkg-config --cflags xcb xcb-shm xcb-aux xcb-dri3 xcb-present xshmfence) +LIBS=$(shell pkg-config --libs xcb xcb-shm xcb-aux xcb-dri3 xcb-present xshmfence xcb-sync xcb-xfixes) all: shmfd dri3 futex xfence present pipefence shmtest condtest |