about summary refs log tree commit diff stats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-12-16 14:42:36 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-12-17 09:15:59 +0100
commit0882f910df3672e084a8fefa522e8dae4d248fe3 (patch)
tree9cc27f7bdee2a3d3335dbbaf0c0a787264f436c8 /CMakeLists.txt
parentf65c22d329e0f2405e2b0f12bc349331b2e4d74b (diff)
downloadbox64-0882f910df3672e084a8fefa522e8dae4d248fe3.tar.gz
box64-0882f910df3672e084a8fefa522e8dae4d248fe3.zip
[BOX32][WRAPPING] Added 32bits wrapped libxcb-res and fixes some wrapped functions from libxcb
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 40b606b5..6903beb8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -837,7 +837,7 @@ if(BOX32)
         "${BOX64_ROOT}/src/wrapped32/wrappedexpat.c"
         "${BOX64_ROOT}/src/wrapped32/wrappedlibx11xcb.c"
         "${BOX64_ROOT}/src/wrapped32/wrappedlibxcb.c"
-        #"${BOX64_ROOT}/src/wrapped32/wrappedlibxcbres.c"
+        "${BOX64_ROOT}/src/wrapped32/wrappedlibxcbres.c"
         "${BOX64_ROOT}/src/wrapped32/wrappedudev0.c"
         "${BOX64_ROOT}/src/wrapped32/wrappedudev1.c"
         "${BOX64_ROOT}/src/wrapped32/wrappedlibuuid.c"