Export rrtransform.h as needed by randrstr.h
When the transform management was moved from randrstr.h, the associated header file became necessary to build drivers. Include it as a part of the sdk headers.
This commit is contained in:
parent
7236fd9dd4
commit
5d9282fde9
|
@ -5,7 +5,7 @@ AM_CFLAGS = $(DIX_CFLAGS)
|
||||||
XINERAMA_SRCS = rrxinerama.c
|
XINERAMA_SRCS = rrxinerama.c
|
||||||
|
|
||||||
if XORG
|
if XORG
|
||||||
sdk_HEADERS = randrstr.h
|
sdk_HEADERS = randrstr.h rrtransform.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
librandr_la_SOURCES = \
|
librandr_la_SOURCES = \
|
||||||
|
|
Loading…
Reference in New Issue