diff options
author | Benjamin Franzke <[email protected]> | 2011-04-23 14:14:29 +0200 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2011-04-25 10:45:56 -0400 |
commit | aaa3c0d6de7fc2c8d209d3adba11eba1133c61d1 (patch) | |
tree | ff66850b5a12bd2f0195f4ce5fc0b9d14150ba94 /src/gallium/winsys/sw/wayland/Makefile | |
parent | b2a98c3531c276b76024bb9b10fdd6c3360cb0c9 (diff) |
winsys: Add wayland shm sw winsys
Diffstat (limited to 'src/gallium/winsys/sw/wayland/Makefile')
-rw-r--r-- | src/gallium/winsys/sw/wayland/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/gallium/winsys/sw/wayland/Makefile b/src/gallium/winsys/sw/wayland/Makefile new file mode 100644 index 00000000000..561fcabcfb5 --- /dev/null +++ b/src/gallium/winsys/sw/wayland/Makefile @@ -0,0 +1,13 @@ +TOP = ../../../../.. +include $(TOP)/configs/current + +LIBNAME = ws_wayland + +LIBRARY_INCLUDES = $(WALAND_CFLAGS) + +LIBRARY_DEFINES = + +C_SOURCES = \ + wayland_sw_winsys.c + +include ../../../Makefile.template |