Skip to content

Error with the latest Raspbian Lite #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
limbouser opened this issue Feb 3, 2020 · 1 comment
Closed

Error with the latest Raspbian Lite #32

limbouser opened this issue Feb 3, 2020 · 1 comment

Comments

@limbouser
Copy link

Package dri was not found in the pkg-config search path.
Perhaps you should add the directory containing dri.pc' to the PKG_CONFIG_PATH environment variable No package 'dri' found Package dri was not found in the pkg-config search path. Perhaps you should add the directory containing dri.pc'
to the PKG_CONFIG_PATH environment variable
No package 'dri' found
cc -c -I./include -DBUILD_ELM327_PLUGIN -DBUILD_TEST_PLUGIN -ggdb -lrt -lflutter_engine -lpthread -ldl src/flutter-pi.c -o out/obj/flutter-pi.o
In file included from src/flutter-pi.c:24:
/usr/include/xf86drm.h:40:10: fatal error: drm.h: No such file or directory
#include <drm.h>
^~~~~~~
compilation terminated.
make: *** [Makefile:15: out/obj/flutter-pi.o] Error 1

The above error was found when I did the whole in a newly flashed Raspbian Lite image

@ardera ardera closed this as completed in 438a9e6 Feb 3, 2020
@ardera
Copy link
Owner

ardera commented Feb 3, 2020

should be fixed now. Don't know why dri was in the in the first place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants