chore: Update Linux build files
This commit is contained in:
parent
1701384350
commit
c5220ba4dc
3 changed files with 11 additions and 4 deletions
|
|
@ -24,8 +24,6 @@ find_package(PkgConfig REQUIRED)
|
|||
pkg_check_modules(GTK REQUIRED IMPORTED_TARGET gtk+-3.0)
|
||||
pkg_check_modules(GLIB REQUIRED IMPORTED_TARGET glib-2.0)
|
||||
pkg_check_modules(GIO REQUIRED IMPORTED_TARGET gio-2.0)
|
||||
pkg_check_modules(BLKID REQUIRED IMPORTED_TARGET blkid)
|
||||
pkg_check_modules(LZMA REQUIRED IMPORTED_TARGET liblzma)
|
||||
|
||||
set(FLUTTER_LIBRARY "${EPHEMERAL_DIR}/libflutter_linux_gtk.so")
|
||||
|
||||
|
|
@ -67,8 +65,6 @@ target_link_libraries(flutter INTERFACE
|
|||
PkgConfig::GTK
|
||||
PkgConfig::GLIB
|
||||
PkgConfig::GIO
|
||||
PkgConfig::BLKID
|
||||
PkgConfig::LZMA
|
||||
)
|
||||
add_dependencies(flutter flutter_assemble)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue