diff options
Diffstat (limited to 'nmixer')
-rw-r--r-- | nmixer/nmixer_2.0.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nmixer/nmixer_2.0.oe b/nmixer/nmixer_2.0.oe index 0778213e7d..a201063197 100644 --- a/nmixer/nmixer_2.0.oe +++ b/nmixer/nmixer_2.0.oe @@ -6,7 +6,7 @@ DEPENDS = "virtual/libc ncurses" SRC_URI = "http://www.stack.nl/~brama/projects/nmixer/src/nmixer-${PV}.tar.gz" -inherit autotools libtool +inherit autotools do_compile() { oe_runmake nmixer INCLUDES=-I${STAGING_INCDIR}/ |