From 5430513b62552f8d9340e17fcf07384e7ee3f713 Mon Sep 17 00:00:00 2001 From: Jens Maus Date: Wed, 25 Sep 2024 15:55:28 +0200 Subject: [PATCH] add BR2_PACKAGE_LIBNSS and BR2_PACKAGE_CUPS as dependencies for google-chrome pkg. --- buildroot-external/configs/generic-x86_64.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildroot-external/configs/generic-x86_64.config b/buildroot-external/configs/generic-x86_64.config index 696fa3c..03d4a79 100644 --- a/buildroot-external/configs/generic-x86_64.config +++ b/buildroot-external/configs/generic-x86_64.config @@ -33,4 +33,6 @@ BR2_PACKAGE_BLUEZ5_UTILS_CLIENT=y BR2_PACKAGE_BLUEZ5_UTILS_DEPRECATED=y BR2_PACKAGE_LIBKRB5=y BR2_PACKAGE_YAD=y +BR2_PACKAGE_LIBNSS=y +BR2_PACKAGE_CUPS=y BR2_TARGET_ROOTFS_INITRAMFS=y