mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
.x11s
This commit is contained in:
parent
86e097b302
commit
13241ea2d1
3 changed files with 4 additions and 8 deletions
|
|
@ -25,10 +25,6 @@ static_library(ANDROID) cpufeatures;
|
||||||
|
|
||||||
link(GCC POSIX STACKTRACE) -rdynamic;
|
link(GCC POSIX STACKTRACE) -rdynamic;
|
||||||
|
|
||||||
link(LINUX !SHARED) "-nodefaultlibs -Wl,-shared -l c -Wl,-static";
|
|
||||||
|
|
||||||
link(LINUX SHARED) "-Wl,-static -Wl,--start-group -lfreetype -lfontconfig -lfreetype -lX11 -lxcb -lexpat -lpng16 -lfreetype -lX11 -lXinerama -lXrender -lXdmcp -lXau -lxcb -lXext -lbrotlidec -lbrotlicommon -lpng16 -lbz2 -lXft -lpthread -ldl -lrt -lz -Wl,--end-group -Wl,-shared";
|
|
||||||
|
|
||||||
file
|
file
|
||||||
Core.h options(BUILDER_OPTION) PCH,
|
Core.h options(BUILDER_OPTION) PCH,
|
||||||
config.h,
|
config.h,
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,9 @@ uses
|
||||||
|
|
||||||
library(WIN32) "advapi32 comdlg32 comctl32 imm32";
|
library(WIN32) "advapi32 comdlg32 comctl32 imm32";
|
||||||
|
|
||||||
library(POSIX !OSX !VIRTUALGUI !SO X11) "freetype X11 Xinerama Xrender Xdmcp Xau xcb Xext brotlidec brotlicommon png16 bz2 Xft";
|
library(POSIX !OSX !VIRTUALGUI X11) "/lib/x86_64-linux-gnu/libX11.a /lib/x86_64-linux-gnu/libfreetype.a X11 Xinerama Xrender Xdmcp Xau xcb Xext brotlidec brotlicommon png16 bz2 Xft";
|
||||||
|
|
||||||
pkg_config(POSIX !OSX !VIRTUALGUI SO) "freetype2 x11 xinerama xrender xft xdmcp fontconfig xcb xext";
|
pkg_config(POSIX !OSX !VIRTUALGUI SO) "xinerama xrender xft xdmcp fontconfig xcb xext";
|
||||||
|
|
||||||
pkg_config(POSIX !X11 !OSX !VIRTUALGUI) "gtk+-3.0 libnotify";
|
pkg_config(POSIX !X11 !OSX !VIRTUALGUI) "gtk+-3.0 libnotify";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,9 +13,9 @@ library(WIN32) "usp10 user32 gdi32";
|
||||||
|
|
||||||
link(OSX !X11 !NOMM) "-framework Foundation -framework Cocoa -framework Carbon";
|
link(OSX !X11 !NOMM) "-framework Foundation -framework Cocoa -framework Carbon";
|
||||||
|
|
||||||
pkg_config(POSIX !OSX !SO) "freetype2 fontconfig";
|
pkg_config(POSIX !OSX !SO) fontconfig;
|
||||||
|
|
||||||
pkg_config(POSIX !OSX !VIRTUALGUI !SO) "x11 xcb expat";
|
pkg_config(POSIX !OSX !VIRTUALGUI !SO) "xcb expat";
|
||||||
|
|
||||||
file
|
file
|
||||||
Draw.h options(BUILDER_OPTION) PCH,
|
Draw.h options(BUILDER_OPTION) PCH,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue