diff options
Diffstat (limited to 'tslib/tslib.oe')
-rw-r--r-- | tslib/tslib.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tslib/tslib.oe b/tslib/tslib.oe index 02a0cbc62d..dcf0ba433a 100644 --- a/tslib/tslib.oe +++ b/tslib/tslib.oe @@ -18,7 +18,7 @@ SRC_URI_append = " file://${FILESDIR}/raw-hwread.patch;patch=1" #SRC_URI_append = " file://${FILESDIR}/ts_calibrate.patch;patch=1" S = "${WORKDIR}/tslib" -inherit autotools libtool +inherit autotools EXTRA_OECONF = "--enable-shared" |