* New upstream development release.
- Update libglib2.0-dev requirement. * debian/watch: - Don't uupdate. * debian/rules: - Configure with --with-libjasper, it's disabled by default now. * debian/control.in: - Remove conflicts and replaces no longer needed for packages in stable.
This commit is contained in:
3
debian/rules
vendored
3
debian/rules
vendored
@ -129,16 +129,19 @@ endif
|
||||
|
||||
shared_configure_flags := $(configure_flags) \
|
||||
--with-xinput=yes \
|
||||
--with-libjasper \
|
||||
--enable-shared \
|
||||
--disable-static
|
||||
static_configure_flags := $(configure_flags) \
|
||||
--with-xinput=yes \
|
||||
--with-included-loaders=yes \
|
||||
--with-libjasper \
|
||||
--disable-modules \
|
||||
--disable-shared \
|
||||
--enable-static
|
||||
directfb_configure_flags := $(configure_flags) \
|
||||
--with-xinput=no \
|
||||
--with-libjasper \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--enable-explicit-deps=yes \
|
||||
|
||||
Reference in New Issue
Block a user