You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi folks, yesterday I have faced some issue that I never seem.
When I was installing the flutter engine, with make, I got this error:
pi@raspberrypi:~/flutter-engine/flutter-pi $ make
Package libinput was not found in the pkg-config search path.
Perhaps you should add the directory containing `libinput.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libinput' found
cc -c -I./include -DBUILD_TEXT_INPUT_PLUGIN -DBUILD_GPIOD_PLUGIN -DBUILD_SPIDEV_PLUGIN -DBUILD_TEST_PLUGIN -DBUILD_OMXPLAYER_VIDEO_PLAYER_PLUGIN -O0 -ggdb src/flutter-pi.c -o out/obj/flutter-pi.o
In file included from src/flutter-pi.c:30:
/usr/include/xf86drm.h:40:10: fatal error: drm.h: No such file or directory
#include <drm.h>
I don't understand why this happened, I've installed this many times and that is the first time.
Had someone got this error?
The text was updated successfully, but these errors were encountered:
Hi folks, yesterday I have faced some issue that I never seem.
When I was installing the flutter engine, with make, I got this error:
I don't understand why this happened, I've installed this many times and that is the first time.
Had someone got this error?
The text was updated successfully, but these errors were encountered: