Coder Social home page Coder Social logo

Comments (3)

jimwang118 avatar jimwang118 commented on August 26, 2024 1

This issue has been fixed in upstream PR 31709, I need to update the version in vcpkg to fix this issue.

from vcpkg.

dg0yt avatar dg0yt commented on August 26, 2024 1

@feliwir You are almost there. The libsystemd dependency is from dbus feature systemd. So you want:

    {
      "name": "dbus",
      "default-features": false
    },

Demo:

$ ./vcpkg depend-info sdl2 dbus[core]
vcpkg-cmake: 
vcpkg-cmake-config: 
expat: vcpkg-cmake, vcpkg-cmake-config
dbus: expat, vcpkg-cmake, vcpkg-cmake-config
sdl2[x11, wayland, ibus]: dbus, vcpkg-cmake, vcpkg-cmake-config

from vcpkg.

feliwir avatar feliwir commented on August 26, 2024

I encounter the same issue when building SDL2. I tried to disable the "dbus" feature but it still tries to build it. Any ideas what is wrong here:?

    "opus",
    {
      "name": "sdl2",
      "default-features": false
    },

Is it possible somehow to disable SystemD / DBus for SDL2 in manifest mode?

from vcpkg.

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.