dev-embedded/stlink: always generate manpages
This commit is contained in:
parent
4f40eb592f
commit
e800e5dee0
1 changed files with 6 additions and 3 deletions
|
@ -13,9 +13,11 @@ KEYWORDS="~amd64 ~arm64"
|
|||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="virtual/libusb:1
|
||||
RDEPEND="
|
||||
virtual/libusb:1
|
||||
>=dev-libs/glib-2.32.0:2
|
||||
x11-libs/gtk+:3"
|
||||
x11-libs/gtk+:3
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
|
@ -25,7 +27,8 @@ src_configure() {
|
|||
-DSTLINK_MODPROBED_DIR="${EPREFIX}/etc/modprobe.d"
|
||||
-DSTLINK_STATIC_LIB=OFF
|
||||
-DLIB_INSTALL_DIR:PATH="$(get_libdir)"
|
||||
-DSTLINK_GENERATE_MANPAGES=ON
|
||||
)
|
||||
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue