-
Notifications
You must be signed in to change notification settings - Fork 160
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
SDL2、Libdrm_LIBRARY #50
Comments
Hi, I have 2 questions:
|
I had the same issue, yet this seems to be fixed using the following: I'm working on Ubuntu 22.04 |
I'm ok on Ubuntu 18.04: ubuntu@ubuntu1804:~/work/lv_port_linux/build$ sudo apt-get install libsdl2-2.0 libsdl2-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-gfx-dev -y
ubuntu@ubuntu1804:~/work/lv_port_linux/build$ cmake -version
cmake version 3.30.1
CMake suite maintained and supported by Kitware (kitware.com/cmake).
ubuntu@ubuntu1804:~/work/lv_port_linux/build$ |
ubuntu 16.04 用下面两行替换find_package(SDL2_image) |
It should be fixed in LVGL v9.2. |
#60 fixed the library detection |
I have encountered some issues. I want to use hdmi to display lvgl images on my Linux development board, but when trying to create a cmake file, I keep getting the following error message. May I ask what SDL2 and Libdrm.LIBRARY are?
The error is as follows
The text was updated successfully, but these errors were encountered: