diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2013-09-13 16:00:05 +0100 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2013-09-13 16:00:05 +0100 |
commit | 25dfea28a574988fa60278396433b65014ada809 (patch) | |
tree | db464ec23ad7442c4f93ec23732f85983381becc /overlay/Makefile.am | |
parent | 3fda0b6714ae503e365ae6f130ae7b4074881b70 (diff) |
overlay: Fix stale mention to x11-position.c
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'overlay/Makefile.am')
-rw-r--r-- | overlay/Makefile.am | 2 |
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 += \ |