View | Details | Raw Unified | Return to bug 205864 | Differences between
and this patch

Collapse All | Expand All

(-)setup.py (+2 lines)
Lines 165-171 Link Here
165
    nvenc4_ENABLED          = pkg_config_ok("--exists", "nvenc4")
165
    nvenc4_ENABLED          = pkg_config_ok("--exists", "nvenc4")
166
    nvenc5_ENABLED          = pkg_config_ok("--exists", "nvenc5")
166
    nvenc5_ENABLED          = pkg_config_ok("--exists", "nvenc5")
167
167
168
memoryview_ENABLED      = sys.version>='2.7'
168
memoryview_ENABLED      = sys.version>='2.7'
169
annotate_ENABLED        = True
169
annotate_ENABLED        = True
Lines 1649-1660 Link Here
1649
    add_data_files("man/man1",      ["man/xpra.1", "man/xpra_launcher.1"])
1650
    add_data_files("share/pixmaps",         ["xdg/xpra.png"])
Lines 1781-1787 Link Here
1781
if annotate_ENABLED:
1781
if annotate_ENABLED:

Return to bug 205864