Skip to content

Commit

Permalink
app-editors/qhexedit2: add missing dep
Browse files Browse the repository at this point in the history
x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -shared -Wl,-soname,libqhexedit.so.4 -o libqhexedit.so.4.2.0 qhexedit.o chunks.o commands.o moc_qhexedit.o moc_chunks.o moc_commands.o  /usr/lib64/libQt5Widgets.so /usr/lib64/libQt5Gui.so /usr/lib64/libQt5Core.so -lGL -pthread
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lGL: No such file or directory

Signed-off-by: Rick Farina <[email protected]>
  • Loading branch information
ZeroChaos- committed May 21, 2024
1 parent 58be6cb commit fe029d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RDEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
media-libs/libglvnd
python? (
${PYTHON_DEPS}
$(python_gen_cond_dep '
Expand Down

0 comments on commit fe029d8

Please sign in to comment.