summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--overlay/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/Makefile.am b/overlay/Makefile.am
index 395b8ed7..426a3dff 100644
--- a/overlay/Makefile.am
+++ b/overlay/Makefile.am
@@ -47,7 +47,7 @@ intel_gpu_overlay_SOURCES += \
endif
if BUILD_OVERLAY_XVLIB
-both_x11_sources = x11/x11-position.c
+both_x11_sources = x11/position.c
AM_CFLAGS += $(OVERLAY_XVLIB_CFLAGS) $(XRANDR_CFLAGS)
LDADD += $(OVERLAY_XVLIB_LIBS) $(XRANDR_LIBS)
intel_gpu_overlay_SOURCES += \