Skip to content

Commit

Permalink
net-p2p/etherwall: add missing dependency
Browse files Browse the repository at this point in the history
qmake complains about:
“Project ERROR: Unknown module(s) in QT: websockets”

Signed-off-by: tea <[email protected]>
  • Loading branch information
tea authored and msva committed Jun 29, 2024
1 parent f3adc2e commit 28beaee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net-p2p/etherwall/etherwall-3.0.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ BDEPEND="
${BDEPEND}
dev-libs/protobuf
"
DEPEND="dev-qt/qtwebsockets:5"
RDEPEND="${DEPEND}"

src_prepare() {
default
Expand Down
2 changes: 2 additions & 0 deletions net-p2p/etherwall/etherwall-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ BDEPEND="
${BDEPEND}
dev-libs/protobuf
"
DEPEND="dev-qt/qtwebsockets:5"
RDEPEND="${DEPEND}"

src_prepare() {
default
Expand Down

0 comments on commit 28beaee

Please sign in to comment.