diff options
| author | Jiri Slachta | 2024-04-21 06:09:37 +0000 |
|---|---|---|
| committer | GitHub | 2024-04-21 06:09:37 +0000 |
| commit | f5686f450df3cbfccd4870d933284366bf3e116f (patch) | |
| tree | a99f5c687330a6f6e98a8e4d62bb71f36d4f287e | |
| parent | d7d51d21e09472d60171f915e3a72fbd730fc63a (diff) | |
| parent | 88b17b839053b8917365d329a6326f00399e47cd (diff) | |
| download | telephony-f5686f450df3cbfccd4870d933284366bf3e116f.tar.gz | |
Merge pull request #864 from neheb/2
baresip: add glib2/host build dependency
| -rw-r--r-- | net/baresip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/baresip/Makefile b/net/baresip/Makefile index a377d8e..097627a 100644 --- a/net/baresip/Makefile +++ b/net/baresip/Makefile @@ -20,6 +20,7 @@ PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=docs/COPYING PKG_MAINTAINER:=Jiri Slachta <jiri@slachta.eu> +PKG_BUILD_DEPENDS:=glib2/host PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 |