diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-07-15 14:10:18 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-07-15 14:10:18 +0200 |
| commit | 20067c02bc074d622cc9cbd12e6b63be07235416 (patch) | |
| tree | 6714ea2390260f89d7fc30b30c78fd7a73857d3c /src/library_list.h | |
| parent | efa3fa3aed9464bc590933bd5c67523bd27596ab (diff) | |
| download | box64-20067c02bc074d622cc9cbd12e6b63be07235416.tar.gz box64-20067c02bc074d622cc9cbd12e6b63be07235416.zip | |
Added wrapped gtk3 and gdk3 (from box86)
Diffstat (limited to 'src/library_list.h')
| -rwxr-xr-x | src/library_list.h | 4 |
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) |