Whats the package name for WebKitGtk dependency gobject-introspection-1.0?

Im trying to build WebKitGtk from a tarball. I am getting the following error

-- Found ICU data libraries: /usr/lib/x86_64-linux-gnu/libicudata.so
-- Checking for module 'gobject-introspection-1.0'
-- No package 'gobject-introspection-1.0' found
CMake Error at Source/cmake/OptionsGTK.cmake:219 (message): GObjectIntrospection is needed for ENABLE_INTROSPECTION.

I should do

sudo apt -y install ?

1 Answer

I got a solution from here

sudo apt install libgirepository1.0-dev

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like