mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/gtkmm: Fixed doc build with mm-common dep
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
3101150479
commit
ff9c7e7168
2 changed files with 1 additions and 2 deletions
|
@ -5,4 +5,4 @@ user interfaces either in code or with the Glade User Interface
|
|||
designer, using libglademm. There's extensive documentation,
|
||||
including API reference and a tutorial.
|
||||
|
||||
This requires pangomm and atkmm.
|
||||
This requires mm-common, pangomm, and atkmm.
|
||||
|
|
|
@ -78,7 +78,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--localstatedir=/var \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--disable-static \
|
||||
--disable-documentation \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make libdocdir=/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
Loading…
Reference in a new issue