aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]util/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
index 2bfcb5e..fdeb877 100644..100755
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -37,7 +37,7 @@ endif
37if ENABLE_WAYLAND 37if ENABLE_WAYLAND
38libutil_la_SOURCES += display-wayland.c wayland-drm-protocol.c viewporter-protocol.c 38libutil_la_SOURCES += display-wayland.c wayland-drm-protocol.c viewporter-protocol.c
39libutil_la_CFLAGS = @DRM_CFLAGS@ 39libutil_la_CFLAGS = @DRM_CFLAGS@
40libutil_la_LDFLAGS = -lwayland-client -lwayland-cursor -ldrm -ldrm_omap -lpthread -lpvr_wlegl -lavcodec 40libutil_la_LDFLAGS = -lwayland-client -lwayland-cursor -ldrm -ldrm_omap -lpthread -lwayland-egl -lavcodec
41 41
42endif 42endif
43 43