Hi, I am new to KDE and followed the instructions to set up a KDE development environment. I keep getting an error when building dolphin (as suggested on that page). The package kio-extras fails to build:
-- Checking for module 'libproxy-1.0'
-- Package 'libproxy-1.0' not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:645 (message):
The following required packages were not found:
- libproxy-1.0
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPkgConfig.cmake:873 (_pkg_check_modules_internal)
kcms/proxy/wpad-detector/CMakeLists.txt:14 (pkg_check_modules)
The package libproxy is installed, but its name is not “libproxy-1.0”:
$ dnf list libproxy
Aktualisiere und lade Paketquellen:
Paketquellen geladen.
Installierte Pakete
libproxy.x86_64 0.5.8-1.fc41 anaconda
I am using Fedora 41 on VirtualBox.
Does anyone have this problem? Thank you!