mirror of https://github.com/kivy/kivy.git
fix: restore Revert "setup.py: fix x11 compilation
This commit is contained in:
parent
74a6aaa863
commit
ade31ce9ca
10
setup.py
10
setup.py
|
@ -496,13 +496,9 @@ if c_options['use_rpi']:
|
|||
if c_options['use_x11']:
|
||||
sources['core/window/window_x11.pyx'] = merge(
|
||||
base_flags, gl_flags, {
|
||||
# FIXME add an option to depend on them but not compile them
|
||||
# cause keytab is included in core, and core is included in
|
||||
# window_x11
|
||||
#
|
||||
#'depends': [
|
||||
# 'core/window/window_x11_keytab.c',
|
||||
# 'core/window/window_x11_core.c'],
|
||||
'depends': [
|
||||
'core/window/window_x11_keytab.c',
|
||||
'core/window/window_x11_core.c'],
|
||||
'libraries': ['Xrender', 'X11']})
|
||||
|
||||
if c_options['use_gstreamer']:
|
||||
|
|
Loading…
Reference in New Issue