From fe85753859d3994c3d74860258be122a1bb86aa3 Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Mon, 14 Dec 2020 18:34:08 +0100 Subject: minimal example for X11 MIT-SHM with Xcb --- samples/X11/xcb_shm_image/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 samples/X11/xcb_shm_image/Makefile (limited to 'samples/X11/xcb_shm_image/Makefile') diff --git a/samples/X11/xcb_shm_image/Makefile b/samples/X11/xcb_shm_image/Makefile new file mode 100644 index 0000000..963a04b --- /dev/null +++ b/samples/X11/xcb_shm_image/Makefile @@ -0,0 +1,9 @@ +.PHONY: all clean + +all: xcb_shm_image_example + +clean: + - rm xcb_shm_image_example xcb_shm_image_example.o + +xcb_shm_image_example: LDFLAGS += -lxcb -lxcb-image -lxcb-shm +xcb_shm_image_example: xcb_shm_image_example.o -- cgit v1.2.3