diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2023-05-03 11:22:11 -0700 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2023-05-03 11:22:46 -0700 |
commit | c2f57deb21689a410d7b360d7900aeb7a1f8874c (patch) | |
tree | cc6021026c097b5bfc6ff8fe1ad3d367f9f41081 /sysutils/qflipper/files/patch-cli_cli.pro | |
parent | x11-wm/hyprland: drop unused CONFLICTS after 54f2b0ad7dc5 (diff) |
sysutils/qflipper: Update to 1.3.0
Diffstat (limited to 'sysutils/qflipper/files/patch-cli_cli.pro')
-rw-r--r-- | sysutils/qflipper/files/patch-cli_cli.pro | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/sysutils/qflipper/files/patch-cli_cli.pro b/sysutils/qflipper/files/patch-cli_cli.pro index 3ecb5467b0bf..9e835559648b 100644 --- a/sysutils/qflipper/files/patch-cli_cli.pro +++ b/sysutils/qflipper/files/patch-cli_cli.pro @@ -1,18 +1,25 @@ ---- cli/cli.pro.orig 2022-11-27 06:21:50 UTC +--- cli/cli.pro.orig 2023-03-27 09:51:38 UTC +++ cli/cli.pro -@@ -11,13 +11,13 @@ unix|win32 { +@@ -20,18 +20,18 @@ win32:!win32-g++ { + $$OUT_PWD/../dfu/libdfu.a + + contains(CONFIG, static): PRE_TARGETDEPS += \ +- $$OUT_PWD/../plugins/libflipperproto0.a \ +- $$OUT_PWD/../3rdparty/lib3rdparty.a ++ $$OUT_PWD/../plugins/libflipperproto0.a + } unix|win32 { LIBS += \ -- -L$$OUT_PWD/../3rdparty/ -l3rdparty \ -+ -lprotobuf-nanopb \ - -L$$OUT_PWD/../plugins/ -lflipperproto0 \ -L$$OUT_PWD/../backend/ -lbackend \ - -L$$OUT_PWD/../dfu/ -ldfu +- -L$$OUT_PWD/../dfu/ -ldfu ++ -L$$OUT_PWD/../dfu/ -ldfu \ ++ -lprotobuf-nanopb contains(CONFIG, static): LIBS += \ -- -L$$OUT_PWD/../3rdparty/ -l3rdparty \ -+ -lprotobuf-nanopb \ - -L$$OUT_PWD/../plugins/ -lflipperproto0 + -L$$OUT_PWD/../plugins/ -lflipperproto0 \ +- -L$$OUT_PWD/../3rdparty/ -l3rdparty ++ -lprotobuf-nanopb } + win32 { |