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:
parent
8fbbb2cfaa
commit
655f89fb44
2 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue