xserver-multidpi/present/Makefile.am
Michel Dänzer b6419359b6 present: Move present_wnmd.c contents to hw/xwayland/xwayland-present.c
This will allow eliminating indirections and making the Xwayland Present
code more efficient and easier to follow.

While this technically changes the Xorg video driver ABI, I don't know
of any drivers using the dropped present_wnmd_* symbols, and I doubt a
Xorg driver could make use of them as is anyway.

(As a bonus, Xorg no longer links any Xwayland specific Present code)

v2:
* Wrap DestroyWindow before initializing Present, so that
  present_destroy_window runs before xwl_present_cleanup. Avoids crash
  due to present_destroy_window calling xwl_present_* functions when
  xwl_present_window was already freed. (Olivier Fourdan)

Acked-by: Olivier Fourdan <ofourdan@redhat.com>
2021-07-09 16:11:22 +02:00

20 lines
346 B
Makefile

noinst_LTLIBRARIES = libpresent.la
AM_CFLAGS = \
@DIX_CFLAGS@
libpresent_la_SOURCES = \
present.h \
present.c \
present_event.c \
present_execute.c \
present_fake.c \
present_fence.c \
present_notify.c \
present_priv.h \
present_request.c \
present_scmd.c \
present_screen.c \
present_vblank.c
sdk_HEADERS = present.h presentext.h