Skip to content

Commit

Permalink
Add the basics of an X11-based backend
Browse files Browse the repository at this point in the history
  • Loading branch information
gfxstrand committed Nov 21, 2013
1 parent 732bcea commit b1984da
Show file tree
Hide file tree
Showing 5 changed files with 499 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
SUBDIRS = libwlb

if ENABLE_X11_BACKEND
SUBDIRS += Xwlb
endif
1 change: 1 addition & 0 deletions Xwlb/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/Xwlb
8 changes: 8 additions & 0 deletions Xwlb/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
bin_PROGRAMS = Xwlb

Xwlb_CFLAGS = $(X11_BACKEND_CFLAGS)
Xwlb_LDADD = $(X11_BACKEND_LIBS) ../libwlb/libwlb.la ../../weston/shared/libshared.la
Xwlb_SOURCES = Xwlb.c

AM_CPPFLAGS = $(WAYLAND_CFLAGS) $(PIXMAN_CFLAGS)
AM_CFLAGS = $(GCC_CFLAGS)
Loading

0 comments on commit b1984da

Please sign in to comment.