[Debian] Fix deprecated option
authorgichan2-jang <gichan2.jang@samsung.com>
Wed, 30 Aug 2023 08:41:27 +0000 (17:41 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 31 Aug 2023 05:02:16 +0000 (14:02 +0900)
Since `enable-datarepo` is  removed, change to `datarepo-support`.

Signed-off-by: gichan2-jang <gichan2.jang@samsung.com>
debian/rules

index 0d03174..52e4d64 100755 (executable)
@@ -45,7 +45,7 @@ override_dh_auto_configure:
 ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes), yes)
        meson --buildtype=plain --prefix=/usr --sysconfdir=/etc --libdir=lib/$(DEB_HOST_MULTIARCH) --bindir=lib/nnstreamer/bin --includedir=include \
        -Denable-edgetpu=true -Denable-openvino=true -Dgrpc-support=disabled -Dmqtt-support=enabled \
-        -Denable-datarepo=true \
+        -Ddatarepo-support=enabled \
        -Denable-tizen=false -Denable-test=true -Dinstall-test=true -Dsubplugindir=/usr/lib/nnstreamer $(FLOAT16) ${BUILDDIR}
 else
        # Debian has less packages ready.