about summary refs log tree commit diff stats
path: root/src/library_list.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-07-15 14:10:18 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-07-15 14:10:18 +0200
commit20067c02bc074d622cc9cbd12e6b63be07235416 (patch)
tree6714ea2390260f89d7fc30b30c78fd7a73857d3c /src/library_list.h
parentefa3fa3aed9464bc590933bd5c67523bd27596ab (diff)
downloadbox64-20067c02bc074d622cc9cbd12e6b63be07235416.tar.gz
box64-20067c02bc074d622cc9cbd12e6b63be07235416.zip
Added wrapped gtk3 and gdk3 (from box86)
Diffstat (limited to 'src/library_list.h')
-rwxr-xr-xsrc/library_list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library_list.h b/src/library_list.h
index 7777c2b5..cfcd3c18 100755
--- a/src/library_list.h
+++ b/src/library_list.h
@@ -104,8 +104,8 @@ GO("libpulse.so.0", pulse)
 GO("libsndfile.so.1", libsndfile)
 GO("libgtk-x11-2.0.so.0", gtkx112)
 GO("libgdk-x11-2.0.so.0", gdkx112)
-//GO("libgtk-3.so.0", gtk3)
-//GO("libgdk-3.so.0", gdk3)
+GO("libgtk-3.so.0", gtk3)
+GO("libgdk-3.so.0", gdk3)
 GO("libgdk_pixbuf-2.0.so.0", gdkpixbuf2)
 GO("libgconf-2.so.4", gconf2)
 GO("libgio-2.0.so.0", gio2)