xorg 서버 설치

xorg 서버 설치

xorg-server를 설치할 때 이 문제가 발생했습니다. (소스에서 설치)

configure: error: Package requirements (glproto >= 1.4.17 gl >= 9.2.0) were not met:

No package 'gl' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GL_CFLAGS
and GL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

패키지를 설치해야 하나요? 그렇다면 어떤 패키지를 설치해야 합니까?

답변1

다음 명령을 통해 모든 종속성을 얻을 수 있습니다. apt-get build-dep xserver-xorg-core

하지만 sid 저장소에 있는 xserver-xorg-core의 최신 공식 데비안 소스 코드를 사용하는 것이 훨씬 쉽습니다:https://packages.debian.org/sid/xserver-xorg-core

관련 정보