diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-01-18 18:53:19 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-01-18 18:53:19 +0100 |
| commit | e963d99d5ee85342e320efe1be8fcde39d3f1a32 (patch) | |
| tree | 326b2b2875a42cd65daed6cf036eebb7183f1847 /src/library_list.h | |
| parent | bbe188d4f917f2d6ade2454ed1a10c1608a46c06 (diff) | |
| download | box64-e963d99d5ee85342e320efe1be8fcde39d3f1a32.tar.gz box64-e963d99d5ee85342e320efe1be8fcde39d3f1a32.zip | |
Partial Wrapping of libxkbregistry
Diffstat (limited to 'src/library_list.h')
| -rw-r--r-- | src/library_list.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library_list.h b/src/library_list.h index 28609f57..d244edfe 100644 --- a/src/library_list.h +++ b/src/library_list.h @@ -83,6 +83,7 @@ GO("libXdamage.so.1", libxdamage) GO("libXpresent.so.1", libxpresent) GO("libXmu.so.6", libxmu) GO("libxkbcommon.so.0", xkbcommon) +GO("libxkbregistry.so.0", xkbregistry) GO("libxkbcommon-x11.so.0", xkbcommonx11) GO("libz.so.1", libz) GO("libopenal.so.1", openal) @@ -308,6 +309,7 @@ GO("libXdamage.so", libxdamage) GO("libXpresent.so", libxpresent) GO("libXmu.so", libxmu) GO("libxkbcommon.so", xkbcommon) +GO("libxkbregistry.so", xkbregistry) GO("libxkbcommon-x11.so", xkbcommonx11) GO("libpulse-simple.so", pulsesimple) GO("libpulse.so", pulse) |