Skip to content

Commit

Permalink
Don't depend on weston. We weren't using it anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
gfxstrand committed Mar 17, 2014
1 parent d9d85d6 commit 963f2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xwlb/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bin_PROGRAMS = Xwlb

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

AM_CPPFLAGS = $(WAYLAND_CFLAGS) $(PIXMAN_CFLAGS)
Expand Down

0 comments on commit 963f2fd

Please sign in to comment.