File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2121# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2222
23- bin_PROGRAMS = putsurface
23+ bin_PROGRAMS =
2424
2525TEST_CFLAGS = \
2626 $(LIBVA_CFLAGS ) \
@@ -34,16 +34,17 @@ TEST_LIBS = \
3434 $(NULL )
3535
3636if USE_X11
37+ bin_PROGRAMS += putsurface
3738putsurface_SOURCES = putsurface_x11.c
3839putsurface_CFLAGS = $(X11_CFLAGS ) $(TEST_CFLAGS )
39- putsurface_LDADD = $(X11_LIBS ) $(TEST_LIBS )
40+ putsurface_LDADD = $(X11_LIBS ) $(LIBVA_X11_LIBS ) $( TEST_LIBS )
4041endif
4142
4243if USE_WAYLAND
4344bin_PROGRAMS += putsurface_wayland
4445putsurface_wayland_SOURCES = putsurface_wayland.c
4546putsurface_wayland_CFLAGS = $(WAYLAND_CFLAGS ) $(TEST_CFLAGS )
46- putsurface_wayland_LDADD = $(WAYLAND_LIBS ) $(TEST_LIBS )
47+ putsurface_wayland_LDADD = $(WAYLAND_LIBS ) $(LIBVA_WAYLAND_LIBS ) $( TEST_LIBS )
4748endif
4849
4950EXTRA_DIST = putsurface_common.c
You can’t perform that action at this time.
0 commit comments