Skip to content

Commit

Permalink
ts_uinput: only build on linux
Browse files Browse the repository at this point in the history
due to the framebuffer code in there, simply don't build ts_uinput on
freebsd for now. This can be fixed later on.
  • Loading branch information
merge committed Feb 22, 2017
1 parent cfcfc36 commit 5a506fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#

if ENABLE_TOOLS
if LINUX
AM_CFLAGS = -DTS_POINTERCAL=\"@TS_POINTERCAL@\" $(DEBUGFLAGS)
AM_CPPFLAGS = -I$(top_srcdir)/src

Expand All @@ -17,3 +18,4 @@ bin_PROGRAMS = ts_uinput
ts_uinput_SOURCES = ts_uinput.c
ts_uinput_LDADD = $(top_builddir)/src/libts.la
endif
endif

0 comments on commit 5a506fb

Please sign in to comment.