Giter Site home page Giter Site logo

Comments (3)

kenz-gelsoft avatar kenz-gelsoft commented on June 28, 2024

~/src/firefox-102.9.0/obj-x86_64-unknown-haiku> python3 ../configure.py --disable-audio-backends --disable-webrtc

didn't changed.

from inari.

kenz-gelsoft avatar kenz-gelsoft commented on June 28, 2024

With python3 ../configure.py --disable-audio-backends --enable-default-toolkit=cairo-gtk3-wayland-only

checking for localeconv... yes
checking for nodejs... /bin/node (16.11.1)
checking for gtk+-wayland-3.0 >= 3.14 xkbcommon >= 0.4.1 libdrm >= 2.4... no
ERROR: Package libdrm was not found in the pkg-config search path.
ERROR: Perhaps you should add the directory containing `libdrm.pc'
ERROR: to the PKG_CONFIG_PATH environment variable
ERROR: Package 'libdrm', required by 'virtual:world', not found
~/src/firefox-102.9.0/obj-x86_64-unknown-haiku> 

from inari.

kenz-gelsoft avatar kenz-gelsoft commented on June 28, 2024

Don't check for now(it'll be another error, but try looking it)

diff --git a/toolkit/moz.configure b/toolkit/moz.configure
index 3304806289..0e302dc344 100644
--- a/toolkit/moz.configure
+++ b/toolkit/moz.configure
@@ -466,7 +466,8 @@ def toolkit_gtk(toolkit):
 # ==============================================================
 wayland_headers = pkg_check_modules(
     "MOZ_WAYLAND",
-    "gtk+-wayland-3.0 >= 3.14 xkbcommon >= 0.4.1 libdrm >= 2.4",
+    # "gtk+-wayland-3.0 >= 3.14 xkbcommon >= 0.4.1 libdrm >= 2.4",
+    "gtk+-wayland-3.0 >= 3.14 xkbcommon >= 0.4.1",
     allow_missing=depends(full_toolkit)(lambda t: t == "cairo-gtk3"),
     when=toolkit_gtk,
 )

from inari.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.