Skip to content

Commit

Permalink
Fix GstPbutils build file
Browse files Browse the repository at this point in the history
jwharm committed Jan 2, 2025
1 parent 2a362b3 commit cd4fd41
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions modules/gstpbutils/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -3,10 +3,12 @@ plugins {
}

dependencies {
api(project(":gsk"))
api(project(":gdk"))
api(project(":gst"))
api(project(":gstaudio"))
api(project(":gstbase"))
api(project(":gstvideo"))
}

tasks.withType<GenerateSources> {
namespace = "Gtk"
namespace = "GstPbutils"
}

0 comments on commit cd4fd41

Please sign in to comment.