diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-08 16:27:55 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-08 16:27:55 +0100 |
| commit | 3ee26b727ceaae76fe82a2045fb86c938fe63357 (patch) | |
| tree | 1a6dfc3e5272124ab7ed627f6ff3abab8bbfc732 /src/library_list.h | |
| parent | 544a496f088f62756ad0804eae1a3919dcb15468 (diff) | |
| download | box64-3ee26b727ceaae76fe82a2045fb86c938fe63357.tar.gz box64-3ee26b727ceaae76fe82a2045fb86c938fe63357.zip | |
Added another batch of wrapped x11 related lib (still un-tested copy from box86)
Diffstat (limited to 'src/library_list.h')
| -rwxr-xr-x | src/library_list.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/library_list.h b/src/library_list.h index f6cbff73..2f270f8b 100755 --- a/src/library_list.h +++ b/src/library_list.h @@ -30,13 +30,13 @@ GO("libSDL-1.2.so.0", sdl1) //GO("libogg.so.0", libogg) //GO("libpng12.so.0", png12) //GO("libpng16.so.16", png16) -//GO("libXxf86vm.so.1", libxxf86vm) -//GO("libXinerama.so.1", xinerama) -//GO("libXrandr.so.2", libxrandr) +GO("libXxf86vm.so.1", libxxf86vm) +GO("libXinerama.so.1", xinerama) +GO("libXrandr.so.2", libxrandr) GO("libXext.so.6", libxext) //GO("libXfixes.so.3", libxfixes) //GO("libXcursor.so.1", libxcursor) -//GO("libXrender.so.1", libxrender) +GO("libXrender.so.1", libxrender) GO("libXi.so.6", libxi) //GO("libXss.so.1", libxss) //GO("libXpm.so.4", libxpm) |