I found the solution, I didn't read the error message correctly.Then,And TA-DA ! It worked !
Code:
$ makecc -O2 -Wall -Wunused -Wmissing-prototypes -Wstrict-prototypes `pkg-config --cflags x11 xft xrandr xtst xres freetype2` -DVERSION=\"git-8a50f09\" -c -o actions.o actions.cPackage xrandr was not found in the pkg-config search path.Perhaps you should add the directory containing `xrandr.pc'to the PKG_CONFIG_PATH environment variable
Code:
$ apt-file search xrandr.pclibxrandr-dev: /usr/lib/x86_64-linux-gnu/pkgconfig/xrandr.pc
Code:
$ sudo apt install libxrandr-dev
Statistics: Posted by drmacaaabre — 2024-01-22 14:29 — Replies 1 — Views 48