1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2024-11-11 13:51:02 -05:00

xrender: move into its own folder

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2019-04-19 23:25:58 +01:00
parent 8fbbb2cfaa
commit 655f89fb44
No known key found for this signature in database
GPG key ID: 37C999F617EA1A47
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,5 @@
# enable xrender
srcs += [ files('backend_common.c', 'xrender.c', 'backend.c') ]
srcs += [ files('backend_common.c', 'xrender/xrender.c', 'backend.c') ]
# enable opengl
if get_option('opengl')