8000 Remove unneeded libraries from Linux example (#871) · google/flutter-desktop-embedding@bff6051 · GitHub
[go: up one dir, main page]

Skip to content

Commit bff6051

Browse files
Remove unneeded libraries from Linux example (#871)
Updates to match flutter/flutter#78415 Avoids having a dependency that doctor no longe 8000 r flags as necessary. Fixes #867
1 parent a8ca32b commit bff6051

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

plugins/file_selector/example/linux/flutter/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ find_package(PkgConfig REQUIRED)
2424
pkg_check_modules(GTK REQUIRED IMPORTED_TARGET gtk+-3.0)
2525
pkg_check_modules(GLIB REQUIRED IMPORTED_TARGET glib-2.0)
2626
pkg_check_modules(GIO REQUIRED IMPORTED_TARGET gio-2.0)
27-
pkg_check_modules(BLKID REQUIRED IMPORTED_TARGET blkid)
28-
pkg_check_modules(LZMA REQUIRED IMPORTED_TARGET liblzma)
2927

3028
set(FLUTTER_LIBRARY "${EPHEMERAL_DIR}/libflutter_linux_gtk.so")
3129

@@ -67,8 +65,6 @@ target_link_libraries(flutter INTERFACE
6765
PkgConfig::GTK
6866
PkgConfig::GLIB
6967
PkgConfig::GIO
70-
PkgConfig::BLKID
71-
PkgConfig::LZMA
7268
)
7369
add_dependencies(flutter flutter_assemble)
7470

0 commit comments

Comments
 (0)
0