File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 libopenxr-dev \
3030 libqscintilla2-qt5-dev \
3131 libsdl2-dev \
32+ libpng-dev \
3233 libvorbis-dev \
3334 libvulkan-dev \
3435 libwayland-dev \
6162 fte_target : linux64
6263 make_targets : " m-rel sv-rel qtv-rel qcc-rel"
6364 os : ubuntu-latest
64- packages : " libasound2-dev libgl-dev libegl1-mesa-dev libwayland-dev libxcursor-dev libxi-dev libxkbcommon-dev libxrandr-dev libxss-dev"
65+ packages : " libpng-dev libasound2-dev libgl-dev libegl1-mesa-dev libwayland-dev libxcursor-dev libxi-dev libxkbcommon-dev libxrandr-dev libxss-dev"
6566 - name : win32
6667 fte_target : win32
6768 make_targets : " m-rel sv-rel qcc-rel"
Original file line number Diff line number Diff line change @@ -1532,7 +1532,7 @@ IF(FTE_PLUG_HL2)
15321532 plugins/hl2/mat_vmt.c
15331533 )
15341534 SET_TARGET_PROPERTIES (plug_hl2 PROPERTIES COMPILE_DEFINITIONS "FTEPLUGIN;MULTITHREAD;${FTE_LIB_DEFINES} " )
1535- TARGET_LINK_LIBRARIES (plug_hl2 ${SYS_LIBS} )
1535+ TARGET_LINK_LIBRARIES (plug_hl2 ${SYS_LIBS} ${ZLIB_LIBRARIES} )
15361536
15371537 EMBED_PLUGIN_META (hl2 "HalfLife2 Formats Plugin" "Adds support for reading various file formats used by HalfLife2. Requires mod support to be useful." )
15381538ENDIF ()
You can’t perform that action at this time.
0 commit comments